Trackers 2.3.0 #328
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
OCSORTTracker, a clean re-implementation of OC-SORT. OC-SORT shifts to an observation-centric paradigm, using real detections to correct Kalman filter errors accumulated during occlusions. It introduces Observation-Centric Re-Update (ORU) for state recovery, Observation-Centric Momentum (OCM) for direction-consistency-weighted association, and Observation-Centric Recovery (OCR) for second-stage heuristic matching. OC-SORT achieves the highest HOTA on MOT17 and DanceTrack with default parameters. (#207)trackers-2.3.0-promo.mp4
trackers downloadCLI command anddownload_datasetPython API. Download benchmark datasets directly from the command line or from code. Supports MOT17 and SportsMOT with split and asset filtering. (#262)mot17train,val,testframes,annotations,detectionssportsmottrain,val,testframes,annotationsMOT17_MOT17-02-DPM.mp4
SportsMOT_v_-6Os86HzwCs_c001.mp4
--track-idsflag totrackers trackCLI command. Filter displayed tracks by track ID to focus on specific objects in a scene. (#280)trackers track --source video.mp4 --output output.mp4 \ --model rfdetr-medium \ --tracker bytetrack \ --track-ids 1,2🌱 Changed
Made
--sourceoptional intrackers trackwhen--detectionsis provided and no visual output is requested, enabling frameless tracking for evaluation workflows. (#322)Optimized
xcycsr_to_xyxyandxyxy_to_xcycsrbounding box converters for the single-box hot path, reducing per-call overhead in inner tracking loops. (#296)🛠️ Fix
conf=0(distractors) were not filtered, causing artificially low scores on MOT17. Tracker entries withid < 0are now also excluded. Results now match TrackEval exactly. (#322)🏆 Contributors
@JVSCHANDRADITHYA (Chandradithya Janaswami), @salmanmkc (Salman Chishti), @AlexBodner (Alexander Bodner), @Borda (Jirka Borovec), @SkalskiP (Piotr Skalski)
This discussion was created from the release Trackers 2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions