Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'PCK_pose_NMS' is not defined #1

Open
samylee opened this issue Dec 16, 2016 · 1 comment
Open

NameError: name 'PCK_pose_NMS' is not defined #1

samylee opened this issue Dec 16, 2016 · 1 comment

Comments

@samylee
Copy link

samylee commented Dec 16, 2016

Hi Haoshu Fang,
Thank you for sharing the code. But when I ran the "python examples/rmpe/demo.py" without runing the "jupyter notebook examples/rmpe/Regional\ Multi-person\ Pose\ Estimation.ipynb",
the output was "NameError: name 'PCK_pose_NMS' is not defined". Then I checked your code in whole project about this function named "PCK_pose_NMS", and I did not find it.
Did I miss something? Any suggestions would be helpful to me.
Thanks!!!

Samylee

@Fang-Haoshu
Copy link
Member

Fang-Haoshu commented Dec 16, 2016

Hi @samylee

Thanks for your message.
Sorry that I forget to update demo.py after I modify the name of PCK_pose_NMS.
Now I have fixed it.

You can change the 'PCK_pose_NMS' to 'pose_NMS' and the code will be alright.
BTW, the 'mppp' in line 45&46 should be 'rmpe'

If you get any other questions, pls let me know:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants