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

KeyError: 'random-multiview-camera-datamodule' #7

Open
anildadj opened this issue Dec 26, 2023 · 2 comments
Open

KeyError: 'random-multiview-camera-datamodule' #7

anildadj opened this issue Dec 26, 2023 · 2 comments

Comments

@anildadj
Copy link

This code gives an error:
!python3 launch.py
--config configs/imagedream-sd21-shading.yaml --train --gpu 0
name="imagedream-sd21-shading" tag="astronaut"
system.prompt_processor.prompt="an astronaut jumping in air"
system.prompt_processor.image_path="${image_file}"
system.guidance.ckpt_path="${ckpt_file}"
system.guidance.config_path="${cfg_file}"

Upon running the above for image to mesh conversion, it gives the following error:

Traceback (most recent call last):
File "/content/threestudio/launch.py", line 301, in
main(args, extras)
File "/content/threestudio/launch.py", line 168, in main
dm = threestudio.find(cfg.data_type)(cfg.data)
File "/content/threestudio/threestudio/init.py", line 19, in find
return modules[name]
KeyError: 'random-multiview-camera-datamodule'

@anildadj
Copy link
Author

Please help resolve.

@raptor-wang
Copy link
Collaborator

haven't met this error, looks like your path of threestudio is not the one clone from ImageDream.

you may need to use the threestudio provided in this repo.

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