From 66d6a4ff6da1a52cbb755b8a4eb7966d5b8fb452 Mon Sep 17 00:00:00 2001 From: Arun Ponnusamy Date: Fri, 26 Oct 2018 16:09:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b472c93..be7d131 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ When it comes to object detection, popular detection frameworks are `pip install numpy opencv-python` +**Note: Python 2.x is not supported** + ## YOLO (You Only Look Once) Download the pre-trained YOLO v3 weights file from this [link](https://pjreddie.com/media/files/yolov3.weights) and place it in the current directory or you can directly download to the current directory in terminal using