How can I obtain the 2D skeleton from Heatmap Regression Model #55
-
Hello, I'm using the pre-trained model in my own images and it seems to update example_annot.py. What I do is that I run python ../tools/imgto2Dnet.py --cfg "./h36m2Dpose/cfgs.yaml" but it cannot find h36m_annot_train.npy. The error : What should I do to obtain the 2D skeleton from Heatmap Regression Model? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To use the pre-trained model, please follow the instructions on https://github.com/Nicholasli1995/EvoSkeleton/blob/master/docs/2DHPE.md. You should use python h36m2Dpose.py. You can preprare your own image similar to the examples. |
Beta Was this translation helpful? Give feedback.
To use the pre-trained model, please follow the instructions on https://github.com/Nicholasli1995/EvoSkeleton/blob/master/docs/2DHPE.md. You should use python h36m2Dpose.py. You can preprare your own image similar to the examples.