Spaces:
Running
on
Zero
Running
on
Zero
File size: 193 Bytes
0a88b62 |
1 2 3 4 5 6 7 8 9 |
# image to 3d
python main.py \
--image_prompt ./demos/example_000.png \
--save_folder ./outputs/test/ \
--max_faces_num 90000 \
--do_texture_mapping \
--do_render
|