Papers › MOT16: A Benchmark for Multi-Object Tracking

MOT16: A Benchmark for Multi-Object Tracking

2 Mar 2016arXiv:1603.00831archive 2025-07-28

Anton Milan, Laura Leal-Taixe, Ian Reid, Stefan Roth, Konrad Schindler

Standardized benchmarks are crucial for the majority of computer vision applications. Although leaderboards and ranking tables should not be over-claimed, benchmarks often provide the most objective measure of performance and are therefore important guides for reseach. Recently, a new benchmark for Multiple Object Tracking, MOTChallenge, was launched with the goal of collecting existing and new data and creating a framework for the standardized evaluation of multiple object tracking methods. The first release of the benchmark focuses on multiple people tracking, since pedestrians are by far the most studied object in the tracking community. This paper accompanies a new release of the MOTChallenge benchmark. Unlike the initial release, all videos of MOT16 have been carefully annotated following a consistent protocol. Moreover, it not only offers a significant increase in the number of labeled boxes, but also provides multiple object classes beside pedestrians and the level of visibility for every single object of interest.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1603.00831")

Code

Syntology Ran 11 of 38 code samples harvested from 4 repositories linked to this paper; 27 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 9 ran with no contract checked.

By repository: community (archive-listed): 37 samples from 4 repositories, 11 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MedChaabane/DEFT mentioned on GitHubpytorchMIT report
cheind/py-motmetrics mentioned on GitHubMIT report
jiankaiwang/ioutracker mentioned on GitHubMIT report
khalidw/MOT16_Annotator mentioned on GitHubMIT report
qingswu/deepmot_mirrored mentioned on GitHubpytorchLGPL-3.0 report
toptrack/toptrack2023 mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

38 samples harvested; 11 ran; 0 honoured the contract we drafted; 27 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
9ran
27unverified

Licence: 1 of the 38 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_expensive_edges cheind/py-motmetrics/motmetrics/lap.py community (archive-listed) ran fingerprinted MIT (permissive) · 75c50b21f10622fe · report
compute_bin_loss toptrack/toptrack2023/src/lib/models/losses.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 65d7a40d70c53ed9 · report
compute_res_loss toptrack/toptrack2023/src/lib/models/losses.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 7df13fb9e54d592b · report
load_motchallenge cheind/py-motmetrics/motmetrics/io.py community (archive-listed) ran MIT (permissive) · df7c890d21316ed3 · report
lsa_solve_scipy cheind/py-motmetrics/motmetrics/lap.py community (archive-listed) ran fingerprinted MIT (permissive) · 73aafda163f7eb35 · report
norm2squared_matrix cheind/py-motmetrics/motmetrics/distances.py community (archive-listed) ran fingerprinted MIT (permissive) · 8aac7a69af7327b2 · report
num_frames cheind/py-motmetrics/motmetrics/metrics.py community (archive-listed) ran MIT (permissive) · c226fad167ab7651 · report
obj_frequencies cheind/py-motmetrics/motmetrics/metrics.py community (archive-listed) ran MIT (permissive) · fd57be74b7693046 · report
pred_frequencies cheind/py-motmetrics/motmetrics/metrics.py community (archive-listed) ran MIT (permissive) · b443457d657ce785 · report
quiet_divide cheind/py-motmetrics/motmetrics/math_util.py community (archive-listed) ran fingerprinted MIT (permissive) · 8c8460f479f8b77e · report
rect_min_max cheind/py-motmetrics/motmetrics/distances.py community (archive-listed) ran fingerprinted MIT (permissive) · d8bed56ba7a09f52 · report
BBoxIOU jiankaiwang/ioutracker/ioutracker/src/Helpers.py community (archive-listed) unverified MIT (permissive) · 0561526e4571d57f · report
DataParallel MedChaabane/DEFT/src/lib/model/data_parallel.py community (archive-listed) unverified MIT (permissive) · ddb5a5004c8da97a · report
ExampleEvaluateMOTDatasets jiankaiwang/ioutracker/ioutracker/metrics/MOTMetrics.py community (archive-listed) unverified MIT (permissive) · 6fedfaaf577ed3b8 · report
agnex_ct_decode toptrack/toptrack2023/src/lib/models/decode.py community (archive-listed) unverified MIT (permissive) · ae6073481dbd21a1 · report
calculate_occ_score MedChaabane/DEFT/src/extract_nuscenes_difficulty_splits.py community (archive-listed) unverified MIT (permissive) · a22d44fc7929b77a · report
colors jiankaiwang/ioutracker/ioutracker/inference/MOTDet17Main.py community (archive-listed) unverified MIT (permissive) · 33fe4f8250b71f3a · report
compute_rot_loss toptrack/toptrack2023/src/lib/models/losses.py community (archive-listed) unverified MIT (permissive) · 8accefa95d8419ec · report
ctdet_decode toptrack/toptrack2023/src/lib/models/decode.py community (archive-listed) unverified MIT (permissive) · dc3c24125df1ba47 · report
data_parallel MedChaabane/DEFT/src/lib/model/data_parallel.py community (archive-listed) unverified MIT (permissive) · 61bf3906cbd2ee87 · report
detections_transform jiankaiwang/ioutracker/ioutracker/src/Helpers.py community (archive-listed) unverified MIT (permissive) · 96866f72437c901a · report
dist MedChaabane/DEFT/src/extract_nuscenes_difficulty_splits.py community (archive-listed) unverified MIT (permissive) · 5dd2c507931f01cb · report
formatBBoxAndVis jiankaiwang/ioutracker/ioutracker/dataloaders/MOTDataLoader.py community (archive-listed) unverified MIT (permissive) · a3753778dbfc83cc · report
formatForMetrics jiankaiwang/ioutracker/ioutracker/dataloaders/MOTDataLoader.py community (archive-listed) unverified MIT (permissive) · 8b255a44629724ef · report
generateSkippedGT cheind/py-motmetrics/motmetrics/apps/evaluateTracking.py community (archive-listed) unverified MIT (permissive) · e078c5c907963129 · report
generic_decode MedChaabane/DEFT/src/lib/model/decode.py community (archive-listed) unverified MIT (permissive) · 7c992af205c8aa75 · report
get_optimizer MedChaabane/DEFT/src/train_prediction.py community (archive-listed) unverified MIT (permissive) · 23ad033618ac2f1a · report
linear_sum_assignment cheind/py-motmetrics/motmetrics/lap.py community (archive-listed) unverified MIT (permissive) · afa1b0e940655c4c · report
load_detrac_mat cheind/py-motmetrics/motmetrics/io.py community (archive-listed) unverified MIT (permissive) · 99c7be2b355336c1 · report
load_model toptrack/toptrack2023/src/lib/models/model.py community (archive-listed) unverified MIT (permissive) · 42af9659af852ebd · report
load_vatictxt cheind/py-motmetrics/motmetrics/io.py community (archive-listed) unverified MIT (permissive) · 56d557c272771a4b · report
maybeDownload jiankaiwang/ioutracker/ioutracker/dataloaders/MOTDataLoader.py community (archive-listed) unverified MIT (permissive) · 6aa84a7fbb536572 · report
parseSequences cheind/py-motmetrics/motmetrics/apps/evaluateTracking.py community (archive-listed) unverified MIT (permissive) · a06a0016cf11e8f3 · report
project_3d_bbox MedChaabane/DEFT/src/lib/detector.py community (archive-listed) unverified MIT (permissive) · 808ade56769c3a36 · report
scatter toptrack/toptrack2023/src/lib/models/scatter_gather.py community (archive-listed) unverified MIT (permissive) · 4c7015c577141603 · report
scatter_kwargs toptrack/toptrack2023/src/lib/models/scatter_gather.py community (archive-listed) unverified MIT (permissive) · 08aa371b972a4c91 · report
std MedChaabane/DEFT/src/extract_nuscenes_difficulty_splits.py community (archive-listed) unverified MIT (permissive) · e79368e56cbda162 · report
evaluate_bm identical code first harvested elsewhere unverified licence of this copy not recorded · 6132951fa0baa740 · report

Tasks

Multi-Object TrackingMultiple Object TrackingMultiple People TrackingObjectObject Tracking

Datasets

Introduced by this paper, per the archive.

MOT16MOT17

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections