Skip to content

Commit

Permalink
update test info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukosame committed Mar 5, 2020
1 parent 59e0c50 commit 0f988a8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Expand Up @@ -21,20 +21,32 @@ By [Xiaoyu Xiang<sup>*</sup>](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

### Training


### 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)},
Expand All @@ -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).
4 changes: 3 additions & 1 deletion experiments/pretrained_models/readme.md
@@ -1 +1,3 @@
Our pretrained models can be downloaded via: [Google Drive: TODO](TODO)
Our pretrained models is put in this GitHub folder.

It can also be downloaded via: [Google Drive](https://drive.google.com/open?id=1xeOoZclGeSI1urY6mVCcApfCqOPgxMBK)

0 comments on commit 0f988a8

Please sign in to comment.