deepcut-cnn icon indicating copy to clipboard operation
deepcut-cnn copied to clipboard

Error in ubuntu while testing my own image

Open zhanglaplace opened this issue 7 years ago • 4 comments

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 .

zhanglaplace avatar Jun 29 '17 01:06 zhanglaplace

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

eldar avatar Jun 29 '17 20:06 eldar

@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?

chengwang96 avatar Aug 15 '17 11:08 chengwang96

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

Does somebody know the issue?

callemein avatar Aug 28 '17 09:08 callemein

@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.

chengwang96 avatar Sep 06 '17 13:09 chengwang96