Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 684 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 684 Bytes

Detectron2 example

Simplest possible example of tracking. Based on Detectron2.

Instructions

  1. Build and run the Docker container with ./run_gpu.sh.

  2. Copy a video to the src folder.

  3. Within the container, run with the default parameters:

    python demo.py <video>.mp4

For additional settings, you may display the instructions using python demo.py --help.

Explanation

This example tracks objects using a single point per detection: the centroid of the bounding boxes returned by Detectron2.

detectron2.mp4