You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've localized a video with a custom yolov4 model, which produces a boundary box around the subject that I use to crop the frame with. This method of localization seems incompatible with the current example notebooks in DeepPoseKit; creating an annotation set seems to expect fixed-size images by using a stacked numpy array while the boundary box changes shape constantly based on the subject's pose and distance.
The text was updated successfully, but these errors were encountered:
I've localized a video with a custom yolov4 model, which produces a boundary box around the subject that I use to crop the frame with. This method of localization seems incompatible with the current example notebooks in DeepPoseKit; creating an annotation set seems to expect fixed-size images by using a stacked numpy array while the boundary box changes shape constantly based on the subject's pose and distance.
The text was updated successfully, but these errors were encountered: