From 8b395d63eafcf84dd29849739b282878e1818069 Mon Sep 17 00:00:00 2001 From: Ted Wong Date: Sun, 28 Jul 2024 04:08:50 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4276f02..8178ec9 100644 --- a/README.md +++ b/README.md @@ -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