From 0f1018df830efd2afdcd5e95bf9c2b42cd1dc461 Mon Sep 17 00:00:00 2001 From: Moonkwanghyun Date: Mon, 15 Apr 2019 13:12:05 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2415f1e..d088a32 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The code has been tested in python 3.5, ubuntu 16.04. 4. sklearn 5. scipy 6. scikit-image -7. opencv +7. opencv-python ### How to run 1. Download yolov3 model from [YOLO website](http://pjreddie.com/darknet/yolo/). Convert this model to a Keras model. For this project, we train a new yolov3 model and use Keras.save_model.