Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songweige authored Jul 6, 2022
1 parent 9df70e8 commit 5c199f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Long Video Generation with Time-Agnostic VQGAN and Time-Sensitive Transformer
# Long Video Generation with Time-Agnostic VQGAN and Time-Sensitive Transformer (ECCV 2022)

[Project Website](https://songweige.github.io/projects/tats) | [Video](https://youtu.be/WZj7vW2mTJo) | [Paper](https://arxiv.org/abs/2204.03638)

Expand Down Expand Up @@ -39,7 +39,7 @@ To compute the FVD, these flags are required:
- `data_path`: path to the dataset folder.
- `dataset`: dataset name.
- `image_folder`: should be used when the dataset contains frames instead of videos, e.g. Sky Time-lapse.
- `sample_every_n_frames`: number of frames to skip in the real video data, e.g. please set it to 4 when training on the Taichi-HD dataset.
- `sample_every_n_frames`: number of frames to skip in the real video data, e.g. please set it to 4 when using Taichi-HD dataset.

```
python sample_vqgan_transformer_short_videos.py \
Expand Down

0 comments on commit 5c199f3

Please sign in to comment.