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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: