diff --git a/README.md b/README.md index f7d6322..399c29e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Object Tracking using YOLOv3, Deep Sort and Tensorflow -This repository implements YOLOv3 and Deep SORT in order to perfrom real-time object tracking. Yolov3 is an algorithm that uses deep convolutional neural networks to perform object detection. We can feed these object detections into Deep SORT (Simple Online and Realtime Tracking with a Deep Association Metric) in order for a real-time object tracker to be created. +This repository implements YOLOv3 and Deep SORT in order to perform real-time object tracking. Yolov3 is an algorithm that uses deep convolutional neural networks to perform object detection. We can feed these object detections into Deep SORT (Simple Online and Realtime Tracking with a Deep Association Metric) in order for a real-time object tracker to be created. ![Demo of Object Tracker](data/helpers/demo.gif)