JiehongLin / SAM-6D

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

Missing demo files #33

Closed plusgrey closed 2 months ago

plusgrey commented 2 months ago

Hi Jiehong, thanks for your great work. However, when I run the demo.sh, it tells that there is a missing file. Could you please help me with it? image

plusgrey commented 2 months ago

After updated blenderproc to 2.7.0 and change the demo.sh as: image The demo can be run successfully now. I use: PyTorch==2.2.1 cuda == 12.1 python == 3.8.15

dqj5182 commented 1 month ago

Wow! Works like a charm! Thanks for sharing :)

jingchenlu commented 3 days ago

Great! very good solution to my problem, thank you for sharing