File size: 874 Bytes
bf30ae6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
440d6f7
bf30ae6
6eacd04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
configs:
- config_name: default
  data_files:
  - split: eval
    path: data/eval-*
  - split: extra
    path: data/extra-*
dataset_info:
  features:
  - name: uid
    dtype: int64
  - name: image
    dtype: image
  - name: subject
    dtype: string
  splits:
  - name: eval
    num_bytes: 4414578.0
    num_examples: 154
  - name: extra
    num_bytes: 1779741.0
    num_examples: 66
  download_size: 6179822
  dataset_size: 6194319.0
---
# Dataset Card


Dataset in [ImagenHub](arxiv.org/abs/2310.01596). 


# Citation

Please kindly cite our paper if you use our code, data, models or results:

```
@article{ku2023imagenhub,
  title={ImagenHub: Standardizing the evaluation of conditional image generation models},
  author={Max Ku, Tianle Li, Kai Zhang, Yujie Lu, Xingyu Fu, Wenwen Zhuang, Wenhu Chen},
  journal={arXiv preprint arXiv:2310.01596},
  year={2023}
}
```