stable-dreamfusion icon indicating copy to clipboard operation
stable-dreamfusion copied to clipboard

How can I improve the smoothness of the generated mesh?

Open iDK-AIR opened this issue 1 year ago • 1 comments

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 avatar Jul 17 '23 10:07 iDK-AIR

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

iDK-AIR avatar Jul 17 '23 10:07 iDK-AIR