deepseek-ai / DreamCraft3D

[ICLR 2024] Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
https://mrtornado24.github.io/DreamCraft3D/
MIT License
1.96k stars 86 forks source link

need guidance on mesh-exporter configurations #35

Open smohammadi96 opened 9 months ago

smohammadi96 commented 9 months ago

Hi, Thanks for sharing your amazing work, which config should we use for export obj?

# this uses default mesh-exporter configurations which exports obj+mtl
python launch.py --config **path/to/trial/dir/configs/parsed.yaml** --export --gpu 0 resume=path/to/trial/dir/ckpts/last.ckpt system.exporter_type=mesh-exporter
liuyulinn commented 8 months ago

Hi, it should be the parsed.yaml saved in your output dir. E.g. "outputs/dreamcraft3d-texture/a_brightly_colored_mushroom_growing_on_a_log@20240105-205043/configs/parsed.yaml"

xiaobiaodu commented 8 months ago

AttributeError: 'DeepFloydGuidance' object has no attribute 'state_dict'

I meet this problem when export model

denghu333 commented 8 months ago

I Get the Same Problem when export model AttributeError: 'DeepFloydGuidance' object has no attribute 'state_dict'