Skip to content

Commit

Permalink
Merge pull request cocodataset#8 from open-mmlab/revert-7-doc-fix
Browse files Browse the repository at this point in the history
Revert "Minor fix for docs"
  • Loading branch information
xvjiarui authored Jun 8, 2020
2 parents d35d289 + 19f9d07 commit 4b49e1d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
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).

0 comments on commit 4b49e1d

Please sign in to comment.