From 0f988a82cd0de3f8ab8c7aab3cdecc1c343508d8 Mon Sep 17 00:00:00 2001 From: Mukosame Date: Wed, 4 Mar 2020 22:44:34 -0800 Subject: [PATCH] update test info --- README.md | 20 +++++++++++++++++++- experiments/pretrained_models/readme.md | 4 +++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8250556..0ac9304 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ By [Xiaoyu Xiang*](https://engineering.purdue.edu/people/xiaoyu.xiang ## Pretrained Models +Our pretrained model can be downloaded via [GitHub](https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020/blob/master/experiments/pretrained_models/xiang2020zooming.pth) or [Google Drive](https://drive.google.com/open?id=1xeOoZclGeSI1urY6mVCcApfCqOPgxMBK). + ## Get Started ### Installation @@ -28,13 +30,23 @@ By [Xiaoyu Xiang*](https://engineering.purdue.edu/people/xiaoyu.xiang ### Testing +We provide the test code for both standard test sets (Vid4, SPMC, etc.) and custom images. + +You can change the input path, number of frames, etc. in [test.py](codes/test.py). + +- Test the model: +```bash +cd codes +python test.py +``` +- The test results will be saved to a folder here: `./results/your_data_name/`. ## Citations If you find the code helpful in your resarch or work, please cite the following papers. ``` -@InProceedings{Xiang2020ZoomingSlowMo, +@InProceedings{xiang2020zooming, author = {Xiang, Xiaoyu and Tian, Yapeng and Zhang, Yulun and Fu, Yun and Jan, Allebach and Xu, Chenliang}, title = {Zooming Slow-Mo: Fast and Accurate One-Stage Space-Time VideoSuper-Resolution}, booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, @@ -58,3 +70,9 @@ If you find the code helpful in your resarch or work, please cite the following year = {2019}, } ``` + +## License +This project is released under the [GNU General Public License v3.0](https://github.com/Mukosame/Zooming-Slow-Mo-CVPR-2020/blob/master/LICENSE). + +## Acknowledgments +Our code is inspired by [TDAN-VSR](https://github.com/YapengTian/TDAN-VSR) and [EDVR](https://github.com/xinntao/EDVR). \ No newline at end of file diff --git a/experiments/pretrained_models/readme.md b/experiments/pretrained_models/readme.md index c9624b2..1bd6214 100644 --- a/experiments/pretrained_models/readme.md +++ b/experiments/pretrained_models/readme.md @@ -1 +1,3 @@ -Our pretrained models can be downloaded via: [Google Drive: TODO](TODO) \ No newline at end of file +Our pretrained models is put in this GitHub folder. + +It can also be downloaded via: [Google Drive](https://drive.google.com/open?id=1xeOoZclGeSI1urY6mVCcApfCqOPgxMBK) \ No newline at end of file