chrispolo / Keypoints-of-humanpose-with-Mask-R-CNN

Use the Mask RCNN for the human pose estimation
263 stars 90 forks source link

when I run inference_humanpose,i met this problem #9

Closed eguoguo321 closed 5 years ago

eguoguo321 commented 5 years ago
in () 3 r = results[0] # for one image 4 ----> 5 log("rois",r['rois']) 6 log("keypoints",r['keypoints']) 7 log("class_ids",r['class_ids']) ValueError: Unknown format code 'f' for object of type 'str' 不知道是哪里出了问题。。。