Replies: 1 comment 1 reply
-
One way might be
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have a case where my dataset consists of multiple classes with different keypoints (types and numer) Think of it as having a model that will do animal pose estimation for all the animal types.
How do i make it work in this framework? In my previous attempt (not using mmpose) i combined the keypoint labels so for instance
class-A: 5 keypoints
class B: 10 keypoints
And for each instance i would predict 15 keypoint maps - and just for the instances where keypoints are not relevant i would set visibility to false etc. The model would learn this association.
What would be the correct approach using mmpose and how to prepare the training_datasets and configs ?
Beta Was this translation helpful? Give feedback.
All reactions