AlvinYH / Faster-VoxelPose

Official implementation of Faster VoxelPose: Real-time 3D Human Pose Estimation by Orthographic Projection
MIT License
156 stars 18 forks source link

How did you fine-tune the backbone? #37

Open civiliangame opened 1 year ago

civiliangame commented 1 year ago

Hello, Thank you for putting together such a brilliant repository. I want to further train the backbone as well, which I believe is from here: https://github.com/HRNet/HRNet-Human-Pose-Estimation However, FasterVoxelPose's ResNet seems to be incompatible with HRNet because of output dimensions. Could you also include the code you used for this part in the readme?

"(ResNet-50 pretrained on COCO dataset and finetuned jointly on Panoptic dataset and MPII)"

Alternatively, could you quickly explain how you modified it? I want to make sure that I don't run into any incompatibility issues.

Thank you again.

civiliangame commented 1 year ago

Just in case it helps, it may have been this repo: https://github.com/microsoft/human-pose-estimation.pytorch/tree/master