Video-Visualization
We provide visualization figures of various video prediction methods on various benchmarks. You can plot your own visualization with tested results (e.g., work_dirs/exp_name/saved
) by vis_video.py. Note that --vis_dirs
denotes visualize all experimental folders under the path, and --vis_channel
can select the channel for visualization. For example, run plotting with the script:
python tools/visualizations/vis_video.py -d mmnist -w work_dirs/exp_name --index 0 --save_dirs fig_mmnist_vis
- We provide GIF visualizations of experiments in configs/mmnist for MMNIST (64x64 resolutions).
- We provide GIF visualizations of experiments in configs/mfmnist for Moving FMNIST (64x64 resolutions).
- We provide GIF visualizations of experiments in configs/mmnist_cifar for MMNIST-CIFAR (64x64 resolutions).
- We provide GIF visualizations of experiments in configs/kitticaltech for KittiCaltech (128x160 resolutions).
- We provide GIF visualizations of experiments in configs/kth for KTH Action (128x128 resolutions).
- We provide GIF visualizations of experiments in configs/human for Human 3.6M (256x256 resolutions).