How can I obtain the 2D skeleton from Heatmap Regression Model #55
Answered
by
Nicholasli1995
Pan-Mengyu
asked this question in
Q&A
|
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? |
Answered by
Nicholasli1995
Sep 17, 2021
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. |
1 reply
Answer selected by
Nicholasli1995
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.