- Notifications
You must be signed in to change notification settings - Fork3
SonghyunYu/PoSNet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pytorch Implementation of "PoSNet: 4x video frame interpolation using position-specific flow"
This method took 3rd place atAIM 2019 Video Temporal Super-Resolution Challenge
In our work, we used the code ofPWCNet andSpyNet. Thanks toSimon Niklaus for releasing the implementations.
python 3.7
pytorch 1.0.0
Download Pre-trained models:[download] and place them in the './models' folder.
Example:
python main_middle.py --cuda --eval # to interpolate middle framepython main_side.py --cuda --eval # to interpolate side frames
To train your own model, you should prepare dataset using prepare_data.py.
Example:
python main_middle.py --cuda
If you have any question, feel free to contact me atfkdlzmftld@gmail.com