deep-high-resolution-net.pytorch icon indicating copy to clipboard operation
deep-high-resolution-net.pytorch copied to clipboard

How to convert the pretrained cls model to the required model for pose estimation

Open rujiewu opened this issue 4 years ago • 0 comments

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.

rujiewu avatar Jan 06 '21 03:01 rujiewu