--- license: bigscience-openrail-m task_categories: - object-detection language: - en tags: - Multi-object-tracking pretty_name: FastTracker-Benchmark size_categories: - 100K MiroThinker ### A new benchmark dataset comprising diverse vehicle classes with frame-level tracking annotation introduced in paper: *FastTracker: Real-Time and Accurate Visual Tracking* _[Hamidreza Hashempoor](https://hamidreza-hashempoor.github.io/), Yu Dong Hwang_. ## Resources | Github | Paper | |:-----------------:|:-------:| |[![github](https://img.shields.io/badge/Github-Code-blue)](https://github.com/Hamidreza-Hashempoor/FastTracker)|[![arXiv](https://img.shields.io/badge/arXiv-2508.14370-blue)](https://arxiv.org/abs/2508.14370)
MiroThinker
--- ## Dataset Overview Brief statistics and visualization of FastTracker benchmark and its comparison with other benchmarks. | Attribute | UrbanTracker | CityFlow | FastTracker | |----------------|--------------|----------|-----------| | **Year** | 2014 | 2022 | 2025 | | **Detections** | 12.5K | 890K | 800K | | **#Videos** | 5 | 40 | 12 | | **Obj/Frame** | 5.4 | 8.2 | 43.5 | | **#Classes** | 3 | 1 | 9 | | **#Scenarios** | 1 | 4 | 12 | --- ## Dataset Summary - **What is it?** FastTrack is a large-scale benchmark dataset for evaluating multi-object tracking in complex and high-density traffic environments. It includes 800K annotated object detections across 12 videos, with an average of 43.5 objects per frame. The dataset features 9 traffic-related classes and covers diverse real-world traffic scenarios—such as multilane intersections, tunnels, crosswalks, and merging roads—captured under varying lighting conditions (daytime, nighttime, shadows). - **Why was it created?** FastTrack was created to address limitations of existing benchmarks like UrbanTracker and CityFlow, which lack diversity in scene types and have lower object density. This benchmark introduces challenging conditions including extreme crowding, long-term occlusions, and diverse motion patterns, to push the boundaries of modern multi-object tracking algorithms—particularly those optimized for real-world, urban traffic settings. - **What can it be used for?** Multi-object tracking, re-identification, online tracking evaluation, urban scene understanding, and benchmarking tracking algorithms under occlusion and crowding. - **Who are the intended users?** Researchers and practitioners in computer vision and intelligent transportation systems, especially those focusing on real-time tracking, urban mobility, autonomous driving, and edge deployment. Also valuable for students and developers working on lightweight or environment-aware tracking models. --- ## Dataset Structure ### Data Format GT format is like (each line): `frame, id, bb_left, bb_top, bb_width, bb_height, conf, class, 1.0`. Dataset is already prepared for Multi-Object tracking. ## Citation If you use this derivative dataset, please cite the original work: ``` @misc{hashempoor2025fasttrackerrealtimeaccuratevisual, title={FastTracker: Real-Time and Accurate Visual Tracking}, author={Hamidreza Hashempoor and Yu Dong Hwang}, year={2025}, eprint={2508.14370}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2508.14370}, } ```