How can I make Simcc Head + HRNet model config? #2957
Unanswered
seon-creator
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
-
Hello, I'm checking model zoo in mmpose.
I checked the simcc paper, and the results were Simcc HRNet model was better than Simcc + ResNet model.
I go mmpose library to use Simcc + HRNet model, but in mmpose/configs/body_2d_keypoint/simcc/ there are only ResNet and mobilenet, vipnas.
So, I tried to make custom config refer these config.
mmpose/configs/body_2d_keypoint/simcc/coco/simcc_res50_8xb64-210e_coco-256x192.py
mmpose/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-256x192.py
So, I made config file like this.
I copied codec setting, head from simcc/ResNet config.
And I run train.py with this config, but the error accur.
Is there any idea to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions