-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi-head design #219
Comments
Three steps to achieve this.
https://github.com/open-mmlab/mmpose/blob/master/mmpose/models/detectors/top_down.py ================================================================================ By the way, what are these heads for? Maybe we can give an example of using |
Thanks a lot!! I've read some paper that they combine classification or some other tasks with keypoints, so maybe you could add an example for the multi-head usage, it's a useful one!! |
* init docs * update * update changelog * Update changelog.md Co-authored-by: lizz <innerlee@users.noreply.github.com>
…lab#219) * [Refactor] Change some methods to static methods * only change build_dataloader to static method
hi,if I would like to use multi-head for the keypoint prediction, there is only one key word("keypoint_head") in the model config, how can I realize it? Could you give me some advice? Hope for your reply! @jin-s13
The text was updated successfully, but these errors were encountered: