first commit

This commit is contained in:
Yiwen Chen 2024-06-17 09:40:46 +08:00
parent 45c8b3b3a5
commit 8972a36f57
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ python app.py
python main.py --input_dir examples --out_dir mesh_output --input_type mesh
# inference for single file
python main.py --input_dir examples/wand.ply --out_dir mesh_output --input_type mesh
python main.py --input_path examples/wand.ply --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