dreamgaussian / dreamgaussian

[ICLR 2024 Oral] Generative Gaussian Splatting for Efficient 3D Content Creation
https://dreamgaussian.github.io/
MIT License
3.89k stars 350 forks source link

Avatar generation without head #82

Open M1racle-milk opened 10 months ago

M1racle-milk commented 10 months ago

I tried to generate a Superman using Text to 3D (MVDream), but the result only had a torso, without a head or limbs. 2 What hyperparameters need to be adjusted to generate a complete character? I tried increasing the number of iterations, adjusting the fovy, and increasing the radius, but it didn't seem to have much effect.

M1racle-milk commented 10 months ago

And this is another result of 1200 iterations with radius=10 3 No head or legs.

KevinXu02 commented 10 months ago

maybe try add prompt "full body"

M1racle-milk commented 10 months ago

@KevinXu02 Thanks for your advice and it works. 4