Commit ·
bbca6a7
1
Parent(s): 5991d98
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,19 @@ dataset_info:
|
|
| 28 |
---
|
| 29 |
# Dataset Card for "Subject-Driven-ImageBench"
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
# Dataset Card for "Subject-Driven-ImageBench"
|
| 30 |
|
| 31 |
+
|
| 32 |
+
Dataset in [ImagenHub](arxiv.org/abs/2310.01596).
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
# Citation
|
| 36 |
+
|
| 37 |
+
Please kindly cite our paper if you use our code, data, models or results:
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
@article{ku2023imagenhub,
|
| 41 |
+
title={ImagenHub: Standardizing the evaluation of conditional image generation models},
|
| 42 |
+
author={Max Ku, Tianle Li, Kai Zhang, Yujie Lu, Xingyu Fu, Wenwen Zhuang, Wenhu Chen},
|
| 43 |
+
journal={arXiv preprint arXiv:2310.01596},
|
| 44 |
+
year={2023}
|
| 45 |
+
}
|
| 46 |
+
```
|