From 1344588bda834aa515acdf17b2074576f59a36b8 Mon Sep 17 00:00:00 2001 From: Fidel Esquivel <44560219+phideltaee@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:33:15 +0200 Subject: [PATCH] Fixed COCO API link Pip installation for COCO Python API changed. See most recent here: https://github.com/philferriere/cocoapi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b4011f..f55e344a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ pip3 install -r requirements.txt ``` Additionaly, to use ``demo.pynb``, you will also need [coco python api](https://github.com/cocodataset/cocoapi). You can get this using ``` -pip3 install git+https://github.com/philferriere/cocoapi.git +pip3 install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI ``` ### Download