This repository contains my object detection and tracking projects. All of these can be hosted on a cloud server. You can also use your own IP cameras with asynchronous processing thanks to ImageZMQ.
Abstract: Multiple object tracking involves multi-task learning to handle object detection and data association tasks concurrently. Conventionally, object detection consists of object classification ...
Abstract: Transformer-based architectures have introduced end-to-end solutions for Multiple Object Tracking (MOT), seamlessly integrating object detection and association. However, their high ...
A Flask app for multiple live video streaming over a network with object detection, tracking (optional), and counting. Uses YOLO v4 with Tensorflow backend as the object detection model and Deep SORT ...