From f0305ce2ae69db5c5294cbdf0fdbdd21efca7a88 Mon Sep 17 00:00:00 2001 From: Onkar Ganjewar Date: Sat, 8 Apr 2017 14:23:19 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1343df49f..745600366 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ If you find Faster R-CNN useful in your research, please consider citing: ``` You can download my [Makefile.config](https://dl.dropboxusercontent.com/s/6joa55k64xo2h68/Makefile.config?dl=0) for reference. + 2. Python packages you might not have: `cython`, `python-opencv`, `easydict` 3. [Optional] MATLAB is required for **official** PASCAL VOC evaluation only. The code now includes unofficial Python evaluation code.