Downloading Pytorch 3D

Hi, I’m trying to implement Mesh RCNN, but after running the demo file Im getting the error:
“ModuleNotFoundError: No module named ‘pytorch3d’” , even though I have downloaded it.

1 Like

From the official tutorials on git, Pytorch3D Tutorials , there wasn’t an import pytorch3d statement rather there were from ... import ....

i think this to streamline the workflow

1 Like

are you running directly from the demo.py file and where are do you see this error?
using the config provided it should work.

If you want we developed the google colab to try it GitHub - CDInstitute/CompoNET: CompoNET: geometric deep learning approach in architecture. From a single-image generates a building with all its components