From 1cc6df5f7e7e2d43ca3b0233b6b6f1ddfb29ca0b Mon Sep 17 00:00:00 2001 From: Evan Thomas <73238368+EvanThomasKaduthanam@users.noreply.github.com> Date: Tue, 5 Jan 2021 09:37:53 +0530 Subject: [PATCH] Update README.md I add cython to the requirements to run "python setup.py build_ext --inplace" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65043c8..14461f6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This repo attempts to reproduce this amazing work by Kaiming He et al. : - [Numpy](https://github.com/numpy/numpy/blob/master/INSTALL.rst.txt) - [COCO dataset](http://mscoco.org/dataset/#download) - [Resnet50](http://download.tensorflow.org/models/resnet_v1_50_2016_08_28.tar.gz) +- [Cython](https://cython.org/) ## How-to 1. Go to `./libs/datasets/pycocotools` and run `make`