Skip to content

code for paper "Video Super-resolution with Temporal Group Attention"

Notifications You must be signed in to change notification settings

junpan19/VSR_TGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Python 3.6 PyTorch 1.1

Video Super-resolution with Temporal Group Attention (TGA)

The official source code (partially cleaned) for the [Video Super-resolution with Temporal Group Attention] which is accepted by [CVPR-2020].

framework

Train

We utilize 8 Nvidia Tesla V100 GPUs for training.

python main.py

Test

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

About

code for paper "Video Super-resolution with Temporal Group Attention"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages