- We used
pytorch/pytorch:1.1.0-cuda10.0-cudnn7.5-devel
docker. Directory with input images is mounted as/dataset
, results will be saved in/output
, directory with code is mounted as/TGA
. You should set--shm-size 8G
parameter. - Enter directory
/TGA
. SeeTGA.sh
script for installation commands and running example.
The official source code (partially cleaned) for the [Video Super-resolution with Temporal Group Attention] which is accepted by [CVPR-2020].
We utilize 8 Nvidia Tesla V100 GPUs for training.
python main.py
cd code
unzip TGA-without-align-dla.zip
We utilize 1 P100 GPU for testing. Test the trained model with best performance by
python test.py