From dd1c80c7702ca35627f0534be1992ff004a83e8c Mon Sep 17 00:00:00 2001 From: lizhiqi49 Date: Fri, 11 Oct 2024 13:30:38 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 053e45e..b1d8bbd 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ python launch.py --config custom/threestudio-dreammesh4d/configs/sugar_static_re #### 2.2 Dynamic stage Run dynamic stage: ``` -python launch.py --config custom/threestudio-dreammesh4d/configs/sugar_dynamic_dg.yaml --train data.image_path=path/to/ref/img data.video_frames_dir=path/to/video system.data.video_length=video_frame_num system.geometry.surface_mesh_to_bind_path=path/to/refine/mesh system.weights=path/to/trial/dir/ckpts/last.ckpt +python launch.py --config custom/threestudio-dreammesh4d/configs/sugar_dynamic_dg.yaml --train data.video_frames_dir=path/to/video system.data.video_length=video_frame_num system.geometry.surface_mesh_to_bind_path=path/to/refine/mesh system.weights=path/to/trial/dir/ckpts/last.ckpt ``` Then the deformed mesh under each timestamp can be exported with: