Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocodataset/cocoapi
COCO API - Dataset @ http://cocodataset.org/
https://github.com/cocodataset/cocoapi
Last synced: 29 days ago
JSON representation
COCO API - Dataset @ http://cocodataset.org/
- Host: GitHub
- URL: https://github.com/cocodataset/cocoapi
- Owner: cocodataset
- License: other
- Created: 2015-01-25T20:26:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T05:14:06.000Z (7 months ago)
- Last Synced: 2024-09-30T15:41:01.014Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 11.4 MB
- Stars: 6,062
- Watchers: 112
- Forks: 3,752
- Open Issues: 462
-
Metadata Files:
- Readme: README.txt
- License: license.txt
Awesome Lists containing this project
- awesome-multiple-object-tracking - cocotools
README
COCO API - http://cocodataset.org/
COCO is a large image dataset designed for object detection, segmentation, person keypoints detection, stuff segmentation, and caption generation. This package provides Matlab, Python, and Lua APIs that assists in loading, parsing, and visualizing the annotations in COCO. Please visit http://cocodataset.org/ for more information on COCO, including for the data, paper, and tutorials. The exact format of the annotations is also described on the COCO website. The Matlab and Python APIs are complete, the Lua API provides only basic functionality.
In addition to this API, please download both the COCO images and annotations in order to run the demos and use the API. Both are available on the project website.
-Please download, unzip, and place the images in: coco/images/
-Please download and place the annotations in: coco/annotations/
For substantially more details on the API please see http://cocodataset.org/#download.After downloading the images and annotations, run the Matlab, Python, or Lua demos for example usage.
To install:
-For Matlab, add coco/MatlabApi to the Matlab path (OSX/Linux binaries provided)
-For Python, run "make" under coco/PythonAPI
-For Lua, run “luarocks make LuaAPI/rocks/coco-scm-1.rockspec” under coco/