Trackers 2.2.0. #266
SkalskiP
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changelog
🚀 Added
trackers-2.2.0-promo.mp4
Added
trackers trackCLI command. Full tracking pipeline from the command line. Point it at a video, webcam, RTSP stream, or image directory. (#242, #230, #252, #243)trackers track --source video.mp4 --output output.mp4 \ --model rfdetr-medium \ --model.confidence 0.3 \ --classes person \ --show-labels --show-trajectoriesAdded
trackers evalCLI command. Evaluate tracker predictions against ground truth using standard MOT metrics. (#210, #211, #212, #214, #215, #223, #224, #226, #250)trackers eval \ --gt-dir data/gt \ --tracker-dir data/trackers \ --metrics CLEAR HOTA Identity \ --columns MOTA HOTA IDF1 IDSWAdded Trackers Playground on Hugging Face Spaces. Interactive Gradio demo with model and tracker selection, COCO class filtering, visualization flags, and cached examples. (#249)
Added interactive CLI command builder to the docs. Generate trackers track commands with interactive controls. (#242)
🏆 Contributors
@omkar-334 (Omkar Kabde), @Aaryan2304 (Aaryan Kurade), @juan-cobos (Juan Cobos Álvarez), @Borda (Jirka Borovec), @SkalskiP (Piotr Skalski)
This discussion was created from the release Trackers 2.2.0..
Beta Was this translation helpful? Give feedback.
All reactions