Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down