Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,15 @@ size_categories:
|
|
6 |
- 1K<n<10K
|
7 |
---
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- 1K<n<10K
|
7 |
---
|
8 |
|
9 |
+
The training set of [DIV8K](https://competitions.codalab.org/competitions/22217#participate).
|
10 |
+
|
11 |
+
## Citation
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{gu2019div8k,
|
15 |
+
title={Div8k: Diverse 8k resolution image dataset},
|
16 |
+
author={Gu, Shuhang and Lugmayr, Andreas and Danelljan, Martin and Fritsche, Manuel and Lamour, Julien and Timofte, Radu},
|
17 |
+
booktitle={ICCVW},
|
18 |
+
year={2019},
|
19 |
+
}
|
20 |
+
```
|