Skip to content

Commit

Permalink
coherence imporvement
Browse files Browse the repository at this point in the history
  • Loading branch information
YuyangYin committed Feb 1, 2024
1 parent 97ec3ab commit 8bdf0cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Authors: Yuyang Yin, Dejia Xu, Zhangyang Wang, Yao Zhao, Yunchao Wei

![overview](https://raw.githubusercontent.com/VITA-Group/4DGen/main/docs/static/media/task.a51c143187610723eb8f.png)


## News
- `2023/12/28` Release code and paper.
- `2024/2/1` Enhance the coherence of the video outputs in low fps.
- `2024/2/1` Update text-to-4d and image-to-4d functions and cases.



## Setup

```bash
Expand Down
4 changes: 1 addition & 3 deletions arguments/i2v.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
'grid_dimensions': 2,
'input_coordinate_dim': 4,
'output_coordinate_dim': 32,
#'resolution': [32,32,32,32],
'resolution': [64, 64, 64, 64]
# 'resolution': [64, 64, 64, 150]
'resolution': [64, 64, 64, 8] #8 is frame numbers/2
}
)

0 comments on commit 8bdf0cc

Please sign in to comment.