Update README.md

This commit is contained in:
Ted Wong 2024-07-28 04:08:50 +10:00 committed by GitHub
parent 8581659dbd
commit 8b395d63ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ python app.py
python main.py --input_dir examples --out_dir mesh_output --input_type mesh
# single file input
python main.py --input_path examples/wand.ply --out_dir mesh_output --input_type mesh
python main.py --input_path examples/wand.obj --out_dir mesh_output --input_type mesh
# Preprocess with Marching Cubes first
python main.py --input_dir examples --out_dir mesh_output --input_type mesh --mc