Skip to content

jinsuyoo/bissa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo code

"Looking Beyond Input Frames: Self-Supervised Adaptation for Video Super-Resolution"

Setup

  1. 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
  1. 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.

Usage

Run following command:

python adapt_single_video.py -opt options/EDVR/adapt_vid4_calendar.yml

Results will be saved inside the 'experiments' directory.

Acknowledgement

The codes are based on:

Thanks for open sourcing such a wonderful work!

About

[Pattern Recognition'24] Looking Beyond Input Frames: Self-Supervised Adaptation for Video Super-Resolution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published