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

Multiple Incorrectly Detected Noses in 'result.png' #29

Open
junzeliu opened this issue Aug 8, 2018 · 1 comment
Open

Multiple Incorrectly Detected Noses in 'result.png' #29

junzeliu opened this issue Aug 8, 2018 · 1 comment

Comments

@junzeliu
Copy link

junzeliu commented Aug 8, 2018

Hello,

I was running 'test_pose.py' with pytorch model, downloaded from GoogleDrive, based on 'ski.png'. However, there are hundreds of 'noses' detected on the image, while other body parts look fine. Either Python2.7 or Python3.6 ends up with this incorrect result. Could anyone give me any suggestions about this?

Thanks

@puppywst
Copy link

I guess you have taken the official openpose model.
For official openpose, background is at the 18-th channel, nose at the 0-th channel, but in this repo, background is at the 0-th channel. Thus you get many noses (actually background points after nms).

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