Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- Bokeh
|
| 7 |
+
- Photography
|
| 8 |
+
- Computational_Photography
|
| 9 |
+
pretty_name: Real Bokeh 3 Megapixel
|
| 10 |
+
size_categories:
|
| 11 |
+
- 10K<n<100K
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Official Repository for the *Real Bokeh* Dataset
|
| 15 |
+
|
| 16 |
+
## This dataset was presented as part of our paper [Bokehlicious: Photorealistic Bokeh Rendering with Controllable Apertures](https://timseizinger.github.io/BokehliciousProjectPage/) at ICCV 2025
|
| 17 |
+
|
| 18 |
+
You can find the code to our Bokeh Rendering solution and a PyTorch Dataloader for this dataset in the [official code repository](https://github.com/TimSeizinger/Bokehlicious)!
|
| 19 |
+
|
| 20 |
+
If you find our dataset useful for your research work please cite:
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
@inproceedings{seizinger2025bokehlicious,
|
| 24 |
+
author = {Seizinger, Tim and Vasluianu, Florin-Alexandru and Conde, Marcos and Wu, Zongwei and Timofte, Radu},
|
| 25 |
+
title = {Bokehlicious: Photorealistic Bokeh Rendering with Controllable Apertures},
|
| 26 |
+
booktitle = {ICCV},
|
| 27 |
+
year = {2025},
|
| 28 |
+
}
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
Please kindly note that the use of this dataset is only permitted for non-commercial purposes, see [license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.en)!
|