Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,29 @@ task_categories:
|
|
5 |
---
|
6 |
|
7 |
A collection of raw images from DIV2K, Flicker2K and OST datasets.
|
8 |
-
Please refer [here](https://github.com/XPixelGroup/BasicSR/blob/master/docs/DatasetPreparation.md) for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
A collection of raw images from DIV2K, Flicker2K and OST datasets.
|
8 |
+
Please refer [here](https://github.com/XPixelGroup/BasicSR/blob/master/docs/DatasetPreparation.md) for details.
|
9 |
+
|
10 |
+
## Citation
|
11 |
+
|
12 |
+
```bibtex
|
13 |
+
@inproceedings{agustsson2017ntire,
|
14 |
+
title={Ntire 2017 challenge on single image super-resolution: Dataset and study},
|
15 |
+
author={Agustsson, Eirikur and Timofte, Radu},
|
16 |
+
booktitle={CVPRW},
|
17 |
+
year={2017}
|
18 |
+
}
|
19 |
+
|
20 |
+
@InProceedings{Lim_2017_CVPR_Workshops,
|
21 |
+
author = {Lim, Bee and Son, Sanghyun and Kim, Heewon and Nah, Seungjun and Lee, Kyoung Mu},
|
22 |
+
title = {Enhanced Deep Residual Networks for Single Image Super-Resolution},
|
23 |
+
booktitle = {CVPRW},
|
24 |
+
year = {2017}
|
25 |
+
}
|
26 |
+
|
27 |
+
@inproceedings{wang2018recovering,
|
28 |
+
title={Recovering realistic texture in image super-resolution by deep spatial feature transform},
|
29 |
+
author={Wang, Xintao and Yu, Ke and Dong, Chao and Loy, Chen Change},
|
30 |
+
booktitle={CVPR},
|
31 |
+
year={2018}
|
32 |
+
}
|
33 |
+
```
|