jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning
http://deepposekit.org
Apache License 2.0
389 stars 91 forks source link

Support for annotating images with variable dimensions #60

Open altear opened 4 years ago

altear commented 4 years ago

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.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 4 years ago

This issue has been automatically closed because it has not had recent activity.