You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was trying to run generate.py with a custom point-cloud using a pre-trained model but I face this error when I run the code. ModuleNotFoundError: No module named 'datasets.dfaust' this doesn't seem to be a path issue as importing the Dataset class from .shapenet works fine. Any help in the right direction would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for pointing the error.
I commented the call to dataset.dfaust. I shall add the DFaust dataset file as soon as I have cleaned the code for release.
Great, thanks. There's also another issue when running generate.py, it seems to seek 'checkpoint.pth' file which doesn't exist. Is it something that I have to add or is it a missing file?
Hello,
I was trying to run generate.py with a custom point-cloud using a pre-trained model but I face this error when I run the code.
ModuleNotFoundError: No module named 'datasets.dfaust'
this doesn't seem to be a path issue as importing the Dataset class from .shapenet works fine. Any help in the right direction would be appreciated.The text was updated successfully, but these errors were encountered: