GitXplorerGitXplorer
p

cocoapi

public
127 stars
37 forks
5 issues

Commits

List of commits on branch master.
Verified
617836ce3551927ec94e2024b18d6c899226a742

COCO.loadRes: also copy the info dict to the results (#26)

ccarandraug committed a month ago
Unverified
fe9ba85009620ac85d9e10146f31f91c6ed8d19b

bump version

pppwwyyxx committed 3 months ago
Verified
f2417e117835fb0eca6f4e36b681c36725201e6b

Wheel files that support numpy 2.0 (#24)

BBing-su committed 5 months ago
Verified
4670067b35e7b65d618c9746c456fe2c1128049c

Update README.md

pppwwyyxx committed a year ago
Unverified
41ef6e0fb75042f29f2505482eda93d6fb0e2d7d

bump version to release wheels; use trusted publishing

pppwwyyxx committed a year ago
Verified
c9f97d32776936867a065f899b12464bc7cd30d2

build and publish github action (#18)

BBing-su committed a year ago

README

The README file for this repository.

pycocotools

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

This is also the "official" 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