Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Read more here https://patrickwasp.com/create-your-own-coco-style-dataset/

# Install

`pip install git+git://github.com/waspinator/pycococreator.git@0.2.0`
`pip install git+https://github.com/waspinator/pycococreator.git@0.2.0`

If you need to install pycocotools for python 3, try the following:

```
sudo apt-get install python3-dev
pip install cython
pip install git+git://github.com/waspinator/coco.git@2.1.0
pip install git+https://github.com/waspinator/coco.git@2.1.0
```