Code Repository for A Single Frame and Multi-Frame Joint Network for 360-degree Panorama Video Super-Resolution (SMFN)
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.0/index.html
ln -s /your/path data/MigVR
ln -s /your/path data/MigVR56789
ln -s /your/path data/MigVRTest
python setup.py develop
python options/SMFN/train.py
python options/SMFN/test.py
The organization of this repository is modeled after BasicSR.
@misc{wang2020basicsr,
author = {Xintao Wang and Ke Yu and Kelvin C.K. Chan and
Chao Dong and Chen Change Loy},
title = {{BasicSR}: Open Source Image and Video Restoration Toolbox},
howpublished = {\url{https://github.com/xinntao/BasicSR}},
year = {2018}
}