Detect and Track Objects

Python

Detect and Track Objects example screenshot

Another more elaborate example applying simple object detection and segmentation on a video using the Huggingface transformers library. Tracking across frames is performed using CSRT from OpenCV.

For more info see here

pip install -r examples/python/detect_and_track_objects/requirements.txt python examples/python/detect_and_track_objects/main.py