forked from nightrome/cocostuffapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cocodataset#8 from open-mmlab/revert-7-doc-fix
Revert "Minor fix for docs"
- Loading branch information
Showing
1 changed file
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,25 @@ | ||
# OpenMMLab cocoapi | ||
|
||
# Open-MMLab 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. | ||
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](pycocotools/coco.py). | ||
* The the package version requirement of `lvis-api` is relaxed. | ||
* 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, `[email protected]>[email protected]`, `[email protected]>[email protected]`. | ||
|
||
## Installation | ||
|
||
# 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 | ||
|
||
# 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). |