deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
How to convert the pretrained cls model to the required model for pose estimation
Thanks for such a great work.
I trained HRNet-W32-C in imagenet https://github.com/HRNet/HRNet-Image-Classification, got the pretrained cls model (final_state.pth.tar) which has 1956 keys.
However, the pretrained model (hrnet_w32-36af842e.pth) provided by pose_hrnet_w32 has 2000 keys.
I compared the keys of them, the classification pretraining lacks some keys, what should I do? Looking forward to your reply.