https://github.com/universaldatatool/udt-dataset-coco
The COCO dataset, converted to UDT format (CSV and JSON)
https://github.com/universaldatatool/udt-dataset-coco
Last synced: 2 months ago
JSON representation
The COCO dataset, converted to UDT format (CSV and JSON)
- Host: GitHub
- URL: https://github.com/universaldatatool/udt-dataset-coco
- Owner: UniversalDataTool
- License: mit
- Created: 2020-09-23T23:08:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T00:04:25.000Z (almost 6 years ago)
- Last Synced: 2025-10-22T00:30:25.578Z (8 months ago)
- Language: JavaScript
- Size: 7.89 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# udt-dataset-coco
The COCO dataset, converted to UDT format (CSV and JSON)
These files can be imported into the Universal Data Tool.
## API
You can query for images matching a caption using the API. The API will return
valid UDT datasets.
### Get all images matching labels
`GET /api/captions?labels=cat,dog`
### Get all images matching labels exclusively
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 all images of different segmentations
`GET "/api/segmentations?labels=hot dog,bicycle"