xvjiarui / cocoapi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-MMLab cocoapi

In this repo, we merged COCO and LVIS API into one repo.

For better compatability with Open-MMLab projects, we fork from original repo and remove some legacy code. Also we unify the api of COCO and LVIS, since they share similar functions.

Notes:

  • We add snack case aliases for functions of COCO.
  • The the package version requirement of lvis-api is lifted.
  • The major version of cocoapi and lvis-api in this repo is offseted by 10. Namely, cocoapi@2.0.0->cocoapi@12.0.0, lvis-api@0.5.2->lvis-api@10.5.2.

Installation

Currently, you could install by run

# Install cocoapi
pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools"
# Install lvis-api
pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=lvis"

Reference

About

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

License:Other


Languages

Language:Jupyter Notebook 93.3%Language:Python 5.5%Language:C++ 0.7%Language:C 0.5%Language:Makefile 0.0%