How to Build an Object Tracker Using YOLOv3, Deep SORT and TensorFlow

Learn how to build an Object Tracker using YOLOv3, Deep SORT, and Tensorflow! Run the real-time object tracker on both webcam and video. This video will show you how to get the necessary code, setup required dependencies and run the tracker. #objecttracker #yolov3 #deepsort 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 re
Back to Top