ashawkey / stable-dreamfusion

Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion.
Apache License 2.0
7.99k stars 710 forks source link

How can I improve the smoothness of the generated mesh? #330

Open iDK-AIR opened 11 months ago

iDK-AIR commented 11 months ago

Hello, thanks for your great work! Recently, I have been trying using dreamfusion to do 3D reconstruction, but the model obtained has a lot of burrs and is not smooth as the pic (Macaron and bird) you post. How long does it take to train that picture and what parameters can improve its clarity? image

iDK-AIR commented 11 months ago

The cmd: python main.py --IF --image_config config/car.csv --workspace trial_images_car --iters 5000 python main.py -O --image_config config/car.csv --workspace trial2_images_car --iters 10000 --dmtet --init_with trial_images_car/checkpoints/df.pth car.csv: zero123_weight, radius, polar, azimuth, image 1, 3, 90, 0, data/car/c1_rgba.png 1, 3, 90, 90, data/car/c3_rgba.png 1, 3, 90, 180, data/car/c2_rgba.png 1, 3, 90, -90, data/car/c4_rgba.png