deepseek-ai / DreamCraft3D

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

About the result of mushroom #23

Closed Amuseum-WHR closed 6 months ago

Amuseum-WHR commented 6 months ago

Hello, I run your code on the mushroom case (on A100). However, my result is quite different with the provided demo video. I wonder whether your mushroom-demo was run with the yaml file you provide in this repo. The main difference is that my "log" is not a cylinder, but either a land or a board. This is a result from neus (Stage 1)

image

By the way, I can often observe the pure color (e.g. the pure green in the log) in Stage 1 (and may remain even after Stage III), as you may see in the following image. Have you ever met with similar problems?

image
Amuseum-WHR commented 6 months ago

And I met with another problem. In Stage II, the backview of my DMTet result is not as smooth as yours, maybe it's because of some hyperparameters?

Time-Lord12th commented 6 months ago

Hello, I'm also trying to do some tests. Are you using the faster version? It takes 40mins to generate a 3d model from a single image?

Amuseum-WHR commented 6 months ago

Hello, I'm also trying to do some tests. Are you using the faster version? It takes 40mins to generate a 3d model from a single image?

hello, I am using the current version on an A100, and it takes me about 2~3 hours with the given config files.