michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
779 stars 372 forks source link

Does this works on CPU? #105

Closed sainimohit23 closed 5 years ago

sainimohit23 commented 5 years ago

I tried to estimate the pose of the subjects in an image. After running the program with arguments. It seems like it is running for forever. It never gives output. I tried it on i5 6th gen CPU.

michalfaber commented 5 years ago

Hi @sainimohit23 demo_image.py should work on CPU. I tested it on mac.

sainimohit23 commented 5 years ago

@michalfaber the demo.ipynb notebook is working fine. demo_video and demo_camera is also working properly.But, demo_image.py is not working for me. Occasionally it is crashing my system.

would you mind if I fix it?

michalfaber commented 5 years ago

@sainimohit23 That would be great