--- annotations_creators: - expert-generated - crowdsourced license: cc-by-4.0 task_categories: - image-to-text - text-to-image - object-detection language: - en size_categories: - 1KImageInWords: Unlocking Hyper-Detailed Image Descriptions arXiv: Please visit the [webpage](https://google.github.io/imageinwords) for all the information about the IIW project, data downloads, visualizations, and much more. Please reach out to iiw-dataset@google.com for thoughts/feedback/questions/collaborations.

🤗Hugging Face🤗

  • Dataset
  • ```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") ```
  • Dataset-Explorer