Skip to content
forked from ppwwyyxx/cocoapi

Contains the "pycocotools" package on PyPI. Changes made to the official cocoapi about packaging.

License

Notifications You must be signed in to change notification settings

HouZhe1/cocoapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS COCO API - http://mscoco.org/

Microsoft COCO is a large image dataset designed for object detection, segmentation, and caption generation. This package provides Matlab and Python APIs that assists in loading, parsing and visualizing the annotations in COCO. Please visit http://mscoco.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.

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/

After downloading the images and annotations run either the Matlab or Python demos for example usage.

To install Python API, run "python setup.py build_ext --inplace" to compile Cython code.

About

Contains the "pycocotools" package on PyPI. Changes made to the official cocoapi about packaging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.4%
  • MATLAB 3.3%
  • Python 2.6%
  • Lua 1.2%
  • C++ 1.1%
  • C 0.8%
  • Other 0.6%