Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'datasets.dfaust' #1

Open
abhi2198 opened this issue Dec 20, 2021 · 3 comments
Open

ModuleNotFoundError: No module named 'datasets.dfaust' #1

abhi2198 opened this issue Dec 20, 2021 · 3 comments

Comments

@abhi2198
Copy link

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.

@aboulch
Copy link
Collaborator

aboulch commented Dec 20, 2021

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.

@abhi2198
Copy link
Author

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?

@aboulch
Copy link
Collaborator

aboulch commented Jan 3, 2022

Hello,

The checkpoint.pth should be created while training, saved under results/experiment_name/checkpoint.pth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants