# cocoapi-mmlab **Repository Path**: tanghcs/cocoapi-mmlab ## Basic Information - **Project Name**: cocoapi-mmlab - **Description**: From https://github.com/open-mmlab/cocoapi#subdirectory=pycocotools - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-05-17 - **Last Updated**: 2024-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenMMLab cocoapi In this repo, we merged COCO and LVIS API into one repo. For bug fixes and better compatability with OpenMMLab projects, we fork from original repo, which receive few updates is likely to cause problems with some latest dependencies like numpy. We remove some legacy codes and unify the api of COCO and LVIS since they share similar functions. Notes: * We add snack case aliases for functions of [COCO](pycocotools/coco.py). * The the package version requirement of `lvis-api` is relaxed. * 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 ```shell # 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 * [cocoapi](https://github.com/cocodataset/cocoapi) of [COCO dataset](http://cocodataset.org/). * [lvis-api](https://github.com/lvis-dataset/lvis-api) of [LVIS dataset](http://lvisdataset.org).