The COCO dataset, converted to UDT format (CSV and JSON)
These files can be imported into the Universal Data Tool.
You can query for images matching a caption using the API. The API will return valid UDT datasets.
GET /api/captions?labels=cat,dog
e.g. images of either cat or dog, but no images containing both a cat and a dog.
GET /api/captions?labels=cat,dog&exclusive
`GET "/api/segmentations?labels=hot dog,bicycle"