michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

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

'NoneType' object has no attribute 'shape' #2

Open 1shan1 opened 7 years ago

1shan1 commented 7 years ago

@michalfaber thank you for your awesome work,I can run your work to test my own images,right?as for tensorflow,Is there a specific version? when I run python demo_image.py --image sample_images\s ki.jpg, it occurred that AttributeError: 'NoneType' object has no attribute 'shape'.it points to line 35 of demo_image.py. Thanks for your time.

1shan1 commented 7 years ago

@michalfaber sorry I figure it out,there is a edit problem ,it's demo_image.py --image sample_images/ski.jpg,but in your repertory,it edit demo_image.py --image sample_images\ski.jpg,please correct it.thank you

michalfaber commented 7 years ago

@1shan1 Thanks for catching that.