Closed wbhu closed 3 years ago
Hi,
Thanks for your great work and code. I noticed that you released the pre-trained model of HR-Net for 2D pose estimator, but we still need the crop step, which may lead to an inconsistent 2D result. Could you please directly provide the estimated 2D pose (it may be in .npy format and shouldn't be too large) from the HR-Net on Human 3.6M? I think it will be very helpful for the community.
Hi, thank you for the interest in our work. The 2D pose files have already been released. Please go to https://github.com/Nicholasli1995/EvoSkeleton/blob/master/docs/TRAINING.md and you can download the 2D pose predictions (twoDPose_HRN_train.npy and twoDPose_HRN_test.npy). You can make them smaller by converting to float32 and ignoring unused joints.
Got it. Thanks very much.
Hi,
Thanks for your great work and code. I noticed that you released the pre-trained model of HR-Net for 2D pose estimator, but we still need the crop step, which may lead to an inconsistent 2D result. Could you please directly provide the estimated 2D pose (it may be in .npy format and shouldn't be too large) from the HR-Net on Human 3.6M? I think it will be very helpful for the community.