first commit
This commit is contained in:
parent
45c8b3b3a5
commit
8972a36f57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue