Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,8 @@ size_categories:
|
|
| 13 |
|
| 14 |
# Overview
|
| 15 |
|
| 16 |
-
This is the public synthetic test set for controllable shadow generation created by Jasper Research Team.
|
|
|
|
| 17 |
|
| 18 |
Example renders from the dataset below:
|
| 19 |
|
|
@@ -72,3 +73,16 @@ Example metadata:
|
|
| 72 |
'resolution_y': 1024 # Height of the image.
|
| 73 |
}
|
| 74 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
# Overview
|
| 15 |
|
| 16 |
+
This is the public synthetic test set for controllable shadow generation created by Jasper Research Team. The project page for the research introduced this dataset is available at [this link](https://gojasper.github.io/controllable-shadow-generation-project/).
|
| 17 |
+
We created this dataset using [Blender](https://www.blender.org/). It has 3 tracks: softness control, horizontal direction control and vertical direction control.
|
| 18 |
|
| 19 |
Example renders from the dataset below:
|
| 20 |
|
|
|
|
| 73 |
'resolution_y': 1024 # Height of the image.
|
| 74 |
}
|
| 75 |
```
|
| 76 |
+
|
| 77 |
+
# Bibtex
|
| 78 |
+
If you use this dataset, please consider citing our paper:
|
| 79 |
+
```
|
| 80 |
+
@misc{
|
| 81 |
+
title={Controllable Shadow Generation with Single-Step Diffusion Models from Synthetic Data},
|
| 82 |
+
author={Tasar, Onur and Chadebec, Clement and Aubin, Benjamin},
|
| 83 |
+
year={2024},
|
| 84 |
+
eprint={2412.11972},
|
| 85 |
+
archivePrefix={arXiv},
|
| 86 |
+
primaryClass={cs.CV}
|
| 87 |
+
}
|
| 88 |
+
```
|