CoolFace
Apppublic

LPDoctor/AIGC-3D

sourceHugging Faceupdated 2y agoView on Hugging Face
3likes
image_to_3d_std.sh9 linesDownload Raw Back to scripts
1# image to 3d 2 3python main.py \4    --image_prompt ./demos/example_000.png \5    --save_folder ./outputs/test/ \6    --max_faces_num 90000 \7    --do_texture_mapping \8    --do_render9