Skip to content

pengzhiliang/cocoapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

205 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install PythonAPI:

pip install cython
pip install -U 'git+https://github.com/pengzhiliang/cocoapi.git#subdirectory=PythonAPI'

About

COCO API - Dataset @ http://cocodataset.org/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 90.6%
  • MATLAB 3.3%
  • Python 2.4%
  • Lua 1.2%
  • C++ 1.1%
  • C 0.8%
  • Other 0.6%