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

An error on no person case #2

Open
dotchang opened this issue Apr 16, 2018 · 0 comments
Open

An error on no person case #2

dotchang opened this issue Apr 16, 2018 · 0 comments

Comments

@dotchang
Copy link

When I tried to use /dev/video0 as input or no person image such as dog416.png of opencv_extra, I met an error such as follows. Is it correct response?

$ python bin/demo.py dog416.png --lift_model sample/gen_epoch_500.npz --model pose_iter_440000.caffemodel --proto2d openpose_pose_coco.prototxt
MODEL: generator, N_OUT: 17, N_UNIT: 1024
[ INFO:0] Initialize OpenCL runtime...
Traceback (most recent call last):
File "bin/demo.py", line 201, in
main(args)
File "bin/demo.py", line 167, in main
points = np.float32(to36M(points, BODY_PARTS))
File "bin/demo.py", line 64, in to36M
bones[body_parts['Nose']] - thorax
TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'

yasunorikudo added a commit to yasunorikudo/3dpose_gan that referenced this issue May 28, 2018
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

1 participant