Datasets:
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
iiw
imageinwords
image-descriptions
image-captions
detailed-descriptions
hyper-detailed-descriptions
License:
File size: 1,490 Bytes
4be9e63 568e9cd 4be9e63 568e9cd 7fcd3a3 dd9ec92 7fcd3a3 1a0ab0e 7fcd3a3 |
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
annotations_creators:
- expert-generated
- crowdsourced
license: cc-by-4.0
task_categories:
- image-to-text
- text-to-image
- object-detection
language:
- en
size_categories:
- 1K<n<10K
tags:
- iiw
- imageinwords
- image-descriptions
- image-captions
- detailed-descriptions
- hyper-detailed-descriptions
- object-descriptions
- object-detection
- object-labels
pretty_name: ImageInWords
multilinguality:
- monolingual
---
<h2>ImageInWords: Unlocking Hyper-Detailed Image Descriptions</h2>
arXiv:
Please visit the [webpage](https://google.github.io/imageinwords) for all the information about the IIW project, data downloads, visualizations, and much more.
<img src="https://github.com/google/imageinwords/blob/main/static/images/Abstract/1_white_background.png">
<img src="https://github.com/google/imageinwords/blob/main/static/images/Abstract/2_white_background.png">
Please reach out to [email protected] for thoughts/feedback/questions/collaborations.
<h3>🤗Hugging Face🤗</h3>
<li><a href="https://huggingface.co/datasets/google/imageinwords">Dataset</a></li>
```python
from datasets import load_dataset
# `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
# refer: https://github.com/google/imageinwords/tree/main/datasets
dataset = load_dataset("google/imageinwords", token="YOUR_HF_ACCESS_TOKEN", name="IIW-400")
```
<li><a href="https://huggingface.co/spaces/google/imageinwords-explorer">Dataset-Explorer</a></li>
|