From 4ec4ba2722ccebb839dafa6fe8c0bb80c987ca29 Mon Sep 17 00:00:00 2001 From: swedge Date: Mon, 22 Jun 2020 23:36:17 -0400 Subject: [PATCH] Fixes #17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)