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' #3

Open
ToughStoneX opened this issue Aug 25, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'datasets' #3

ToughStoneX opened this issue Aug 25, 2024 · 1 comment

Comments

@ToughStoneX
Copy link

Thanks for sharing this work.
I tried to run the inference code: python run_text.py --text_input "a green truck", but the following error was reported:

Traceback (most recent call last):
  File "run_text.py", line 3, in <module>
    from models.igen import Condition_DiffusionModel
  File "/mnt/xhb_data/codes/large_recon_model/ControLRM_baselines/GVGEN/models/igen.py", line 20, in <module>
    from datasets.preprocess import *
ModuleNotFoundError: No module named 'datasets'

I could not find any datasets packaged in the provided code. Could you give some help please?

@SOTAMak1r
Copy link
Owner

We've updated the repository to hopefully motivate you to use our code properly!

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

3 participants
@ToughStoneX @SOTAMak1r and others