Open hangwudy opened 6 years ago
i meet the same problem. solve
It means that somewhere a function which should return a image just returned None and therefore has no shape attribute. Try "print img" to check if your image is None or an actual numpy object.
I meet the same problem and try "print( img )" and getting image array accurately .But still showing this problem. How can I get ride of this issue?
[[ 70 137 105]
[ 71 140 107]
[ 69 137 106]
...
[114 109 111]
[113 106 109]
[120 113 118]]]
img None
Traceback (most recent call last):
File "/content/drive/MyDrive/My_project_folder/Chainer_Realtime_Multi-Person_Pose_Estimation/coco_data_loader.py", line 368, in
Hello everyone,
when I run the demo.sh, I met the problem:
System Environment:
Did anyone of you has ever met the similar problem? Thanks!