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

Error in ubuntu while testing my own image #15

Open
zhanglaplace opened this issue Jun 29, 2017 · 4 comments
Open

Error in ubuntu while testing my own image #15

zhanglaplace opened this issue Jun 29, 2017 · 4 comments

Comments

@zhanglaplace
Copy link

Hi, I build the caffe successful and add the pose directory to the caffe dir,
when I test the image.png ,everything is ok.
but when i choose some pictures of mine,
it shows INFO:estimate_pose:Done!,and then
IndexError: boolean index did not match indexed array along dimension 0; dimension is 0 but corresponding boolean dimension is 16
how can i solve it .

@eldar
Copy link
Owner

eldar commented Jun 29, 2017

Can you perhaps share your image, so I could reproduce your problem?

@chengwang96
Copy link

@eldar Hello, I just have the same problem with him.
And I used the Market-1501 and cuhk dataset. So, should I do some special treatments before testing?

@callemein
Copy link

Hi, I am currently having the same problem on this image:
http://imgur.com/a/drPiZ

Does somebody know the issue?

@chengwang96
Copy link

@zhanglaplace @eldar @callemein This demo assumes you use RGB pictures, but I find many pictures have four channels in my dataset. So try remove the alpha channel first.
And when you use some low-resolution images, add some codes to make sure that '_npcircle()' does not try to draw a circle out of the image.

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

4 participants