This repository contains code that implements frame-to-frame object tracking by combining the following technologies.
- OpenCV
- YOLOv3
- Hungarian Algorithm
YOLOv3 performs object detection, then the Hungarian algorithms enables object tracking frame-to-frame.