Support for the situation that an uncertain number of samples of the same class in one image #3164
Unanswered
lishuwei10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to apply MMPose to fields other than human pose estimation. The specific difference is that the number of keypoints in some categories is not one and cannot be determined. The current code for Dataset usually arranges keypoints by category (such as the most commonly used coco dataset), which results in only one or no samples for a category of keypoints being allowed. How should I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions