From 207b4fa8bbaae22ebcdeb3bbf00b724498e026a7 Mon Sep 17 00:00:00 2001 From: waspinator Date: Fri, 21 Dec 2018 09:16:03 -0500 Subject: [PATCH] Update README.md added pycocotools install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 90f0db9..e3681c8 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,11 @@ 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` + +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 +```