bytedance / ImageDream

The code releasing for https://image-dream.github.io/
Apache License 2.0
673 stars 30 forks source link

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

Open anildadj opened 6 months ago

anildadj commented 6 months ago

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 commented 6 months ago

Please help resolve.

raptor-wang commented 6 months ago

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.