ychfan / wdvr_ntire2019

Wide-activated 3D Convolutional Network for Video Restoration

Home Page:http://openaccess.thecvf.com/content_CVPRW_2019/papers/NTIRE/Fan_An_Empirical_Investigation_of_Efficient_Spatio-Temporal_Modeling_in_Video_Restoration_CVPRW_2019_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WDVR: wide-activated 3D convolutional network for video restoration

Training

2D

python trainer.py --dataset video_sharp_bicubic --model wdsr_burst --job_dir ./logs/wdsr_burst --train_temporal_padding_size 2 --eval_temporal_padding_size 2

3D

python trainer.py --dataset video_sharp_bicubic --model wdvr --job_dir ./logs/wdvr

About

Wide-activated 3D Convolutional Network for Video Restoration

http://openaccess.thecvf.com/content_CVPRW_2019/papers/NTIRE/Fan_An_Empirical_Investigation_of_Efficient_Spatio-Temporal_Modeling_in_Video_Restoration_CVPRW_2019_paper.pdf

License:MIT License


Languages

Language:Python 100.0%