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
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?
The text was updated successfully, but these errors were encountered:
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:I could not find any
datasets
packaged in the provided code. Could you give some help please?The text was updated successfully, but these errors were encountered: