{"id":33344408,"url":"https://github.com/google/imageinwords","last_synced_at":"2025-11-26T19:00:43.817Z","repository":{"id":238604635,"uuid":"767871548","full_name":"google/imageinwords","owner":"google","description":"Data release for the ImageInWords (IIW) paper.","archived":false,"fork":false,"pushed_at":"2024-11-17T23:21:09.000Z","size":22415,"stargazers_count":223,"open_issues_count":4,"forks_count":7,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-11-23T16:24:53.698Z","etag":null,"topics":["dataset","dataset-generation","detailed-annotations","detailed-descriptions","evaluation","human-annotation","i2t","image-captioning","image-descriptions","image-text","image-to-text","t2i"],"latest_commit_sha":null,"homepage":"https://google.github.io/imageinwords/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-06T03:30:17.000Z","updated_at":"2025-11-19T11:41:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e93cbd6-cba8-4e22-bab4-852b22e90608","html_url":"https://github.com/google/imageinwords","commit_stats":null,"previous_names":["google/imageinwords"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/google/imageinwords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fimageinwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fimageinwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fimageinwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fimageinwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/imageinwords/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fimageinwords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-25T02:00:05.816Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataset","dataset-generation","detailed-annotations","detailed-descriptions","evaluation","human-annotation","i2t","image-captioning","image-descriptions","image-text","image-to-text","t2i"],"created_at":"2025-11-21T23:00:34.474Z","updated_at":"2025-11-26T19:00:43.798Z","avatar_url":"https://github.com/google.png","language":"JavaScript","funding_links":[],"categories":["📂 Methods by Image Processing Type"],"sub_categories":["Image-Invariant Text Enhancement"],"readme":"\u003ch2\u003eImageInWords: Unlocking Hyper-Detailed Image Descriptions\u003c/h2\u003e \n\narXiv: https://arxiv.org/abs/2405.02793\n\nPlease visit the [webpage](https://google.github.io/imageinwords) for all the information about the IIW project, data, visualizations, and much more. The data can be downloaded directly from the `datasets/` folder, as well as from Huggingface (see below).\n\n\u003cimg src=\"static/images/Abstract/1_white_background.png\"\u003e\n\u003cimg src=\"static/images/Abstract/2_white_background.png\"\u003e\n\n\nPlease reach out to iiw-dataset@google.com for thoughts/feedback/questions/collaborations.\n\nLicense: [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)\n\n\u003ch3\u003eOther resources\u003c/h3\u003e\n\n\u003ch4\u003e\u0026#129303;Hugging Face\u0026#129303;\u003c/h4\u003e\n\n\u003cli\u003e\u003ca href=\"https://huggingface.co/datasets/google/imageinwords\"\u003eIIW-Benchmark Eval Dataset\u003c/a\u003e\u003c/li\u003e\n\n```python\nfrom datasets import load_dataset\n\n# `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval\n# refer: https://github.com/google/imageinwords/blob/main/datasets/README.md\ndataset = load_dataset('google/imageinwords', token=None, name=\"IIW-400\", trust_remote_code=True)\n```\n\n\u003cli\u003e\u003ca href=\"https://huggingface.co/spaces/google/imageinwords-explorer\"\u003eDataset-Explorer\u003c/a\u003e\u003c/li\u003e\n\n\u003ch3\u003eCite\u003c/h3\u003e\n\nIf you use our data or refer to our work, please include the following citation\n```\n@misc{garg2024imageinwords,\n      title={ImageInWords: Unlocking Hyper-Detailed Image Descriptions}, \n      author={Roopal Garg and Andrea Burns and Burcu Karagol Ayan and Yonatan Bitton and Ceslee Montgomery and Yasumasa Onoe and Andrew Bunner and Ranjay Krishna and Jason Baldridge and Radu Soricut},\n      year={2024},\n      eprint={2405.02793},\n      archivePrefix={arXiv},\n      primaryClass={cs.CV}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fimageinwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fimageinwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fimageinwords/lists"}