JiehongLin / SAM-6D

[CVPR2024] Code for "SAM-6D: Segment Anything Model Meets Zero-Shot 6D Object Pose Estimation".
353 stars 30 forks source link

I encountered a problem when I executed demo.sh such as AttributeError: 'NoneType' object has no attribute 'seek' #69

Closed 3114917790 closed 1 month ago

3114917790 commented 2 months ago

I encountered a problem when I executed demo.sh

File "/opt/conda/envs/sam6d/lib/python3.9/site-packages/PIL/Image.py", line 3437, in open fp.seek(0) AttributeError: 'NoneType' object has no attribute 'seek'

During handling of the above exception, another exception occurred: