hongsukchoi / TCMR_RELEASE

Official Pytorch implementation of "Beyond Static Features for Temporally Consistent 3D Human Pose and Shape from a Video", CVPR 2021
MIT License
274 stars 39 forks source link

Render Error : opencv can not read the input image #12

Open Ray-tju opened 2 years ago

Ray-tju commented 2 years ago

Dear hongsukchoi,

File "evaluate.py", line 261, in orig_height, orig_width = img.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape'

Thank you a lot.

hongsukchoi commented 2 years ago

Hi @leilimaster,

It obviously seems that cv2.imread() has not read an image from the image path. I recommend you to check whether the image is located in the image path.