Project: pycocotools

Official APIs for the MS-COCO dataset

Project Details

Latest version
2.0.7
Home Page
https://github.com/ppwwyyxx/cocoapi
PyPI Page
https://pypi.org/project/pycocotools/

Project Popularity

PageRank
0.005974052402607199
Number of downloads
1793034

pycocotools

This is a fork of the original cocoapi, with bug fixes and packaging improvements.

This is also the source of the pypi package pycocotools, available for download at pypi.

Changes in this fork include:

  • Add CircleCI tests
  • Support pip-installation correctly
  • Support windows
  • Don't import matplotlib unless needed
  • Close file handle after openning
  • Fix a small bug in rleToBbox
  • Fix a segfault in RLE decoding
  • Fix deprecated usage of other libraries

For compatibility, we will not make any API changes or non-bug behavior changes to the existing APIs of the official cocoapi.

Instructions for maintainers: to build a sdist package:

python -m build --sdist ./PythonAPI