Merge pull request #26 from scchess/patch-1

Fix a typo
This commit is contained in:
Yiwen Chen 2024-07-28 16:33:11 +08:00 committed by GitHub
commit dbccc546d5
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