Skip to content

Official repository for downloading and using Inter4K video interpolation dataset

License

Notifications You must be signed in to change notification settings

alexandrosstergiou/Inter4K

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues

Inter4K Tools

Official repository for hosting tools for creating Inter4K video interpolation dataset.

Project website: Inter4K/index.html

Paper: AdaPool: Exponential Adaptive Pooling for Information-Retaining Downsampling

Requirements

Dataset creation instructions

  1. You will first need to download the 4K 60fps video clips (~15GB in total). Use the link https://tinyurl.com/inter4KUHD either through the browser or with wget on terminal:
wget https://tinyurl.com/inter4KUHD
  1. Clone the repository:
git clone git@github.com:alexandrosstergiou/Inter4K.git
  1. Unzip the folder inside the repository:
unzip Inter4K.zip -d Inter4K
  1. Perform a check to all files by running:
cd Inter4K/
python check.py
  1. Finally, create the full dataset by running:
python resolution_changes.py

! Note: By default, the program will use 16 workers to create the dataset. If you are interested on speeding-up things (and given that you have a capable CPU) you can change the number of workers by editing resolution_chanes.py line #42. This can also be the case that a less powerful CPU is used.

Reference

@article{stergiou2021adapool,
  title={AdaPool: Exponential Adaptive Pooling for Information-Retaining Downsampling},
  author={Stergiou, Alexandros and Poppe, Ronald},
  booktitle={arXiv},
  year={2021}
}

About

Official repository for downloading and using Inter4K video interpolation dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages