From dc802ff006d176d05607f8b439feec5ad03d7322 Mon Sep 17 00:00:00 2001 From: Ir1d Date: Thu, 28 Dec 2023 18:59:58 -0600 Subject: [PATCH] update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb7c03..a496383 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [[Project Page]](https://vita-group.github.io/4DGen/) | [[Video]](https://www.youtube.com/watch?v=-bXyBKdpQ1o) +![overview](https://raw.githubusercontent.com/VITA-Group/4DGen/main/docs/static/media/task.a51c143187610723eb8f.png) + ## Setup Please follow the [3D-GS](https://github.com/graphdeco-inria/gaussian-splatting) and to install the related packages. @@ -49,7 +51,7 @@ python train.py --configs arguments/i2v.py -e rose ## Rendering ```bash -python render.py --skip_train --configs arguments/ours/i2v_xdj.py --skip_test --model_path "./output/xxxx/" +python render.py --skip_train --configs arguments/i2v.py --skip_test --model_path "./output/xxxx/" ``` ## Acknowledgement