facebookresearch / vggsfm

[CVPR 2024 Highlight] VGGSfM Visual Geometry Grounded Deep Structure From Motion
Other
447 stars 29 forks source link

pytorch3d error #11

Closed 1511607288 closed 2 weeks ago

1511607288 commented 2 weeks ago

Hi, I already installed pytorch3d 0.7.5, but when i run demo.py or test.py, it still showed that "ModuleNotFoundError: No module named 'pytorch3d'".I really dont know how to fix it. Thanks for your help! erro

erro2 pytorch3d 0.7.5 installed at the bottom of the picture

AshkanFeyzollahi commented 2 weeks ago

try running demo with this command

py -V:3.10 path/to/demo.py
jytime commented 2 weeks ago

Hi,

Could you please have a try on using conda and our provided script(https://github.com/facebookresearch/vggsfm/blob/main/install.sh)?

1511607288 commented 2 weeks ago

try running demo with this command

py -V:3.10 path/to/demo.py

Thank you for your advice, i tried but still the same. Finally i reinstalled it in ubuntu instead of windows...it still has some bugs but not about pytorch3d any more. Have a good day!

1511607288 commented 2 weeks ago

Hi,

Could you please have a try on using conda and our provided script(https://github.com/facebookresearch/vggsfm/blob/main/install.sh)?

Thank you for your advice, and that is exactly what i did in ubuntu instead of windows...it still has some bugs but not about pytorch3d any more. Have a good day!

jytime commented 2 weeks ago

Hi @1511607288 great I closed this issue now. Feel free to reopen this if you need more helps