"Looking Beyond Input Frames: Self-Supervised Adaptation for Video Super-Resolution"
- Install dependencies using:
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
pip install opencv-python tqdm pyyaml
- Download pre-trained EDVR parameter (i.e., EDVR_L_x4_SR_Vimeo90K_official-162b54e4.pth) from the official EDVR repository and place it under "pre-trained" directory.
Run following command:
python adapt_single_video.py -opt options/EDVR/adapt_vid4_calendar.yml
Results will be saved inside the 'experiments' directory.
The codes are based on:
Thanks for open sourcing such a wonderful work!