Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 550 Bytes

TRACKER.md

File metadata and controls

25 lines (16 loc) · 550 Bytes

Pedestrian tracking

Pedestrian tracking module follows the tracking by detection paradigm using the pedestrian detection module and ByteTrack for track people

til

How to use

  • To generate prediction you can run (change params in the script):
./scripts/tracking/generate_preds.sh
  • To generate an annotated video (change params in the script):
./scripts/tracking/generate_ann_video.sh
  • To compute metrics you can run (change params in the script):
./scripts/tracking/compute_metrics.sh