From 09f9031c6db5fdb72cb20d8af42bf31eda1f0897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 28 Mar 2019 17:46:52 -0300 Subject: [PATCH] Fix subtitle (syntax issue) * plus some minor formatting proposals --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2415f1e..80f068a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A multi-object-tracking algorithm uses YOLO v3, deep_sort and optical flow based 2. deep_sort tracker update 3. optical flow tracker update -### Dependences +### Dependencies The code has been tested in python 3.5, ubuntu 16.04. 1. tensorflow 2. keras @@ -20,7 +20,7 @@ The code has been tested in python 3.5, ubuntu 16.04. ### 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. -2. Run script: python3.5 tracking.py +2. Run script: `python3.5 tracking.py` ### Results