[NEW] The DukeMTMC dataset is taken down due to privacy concerns... Will reopen when it's clear.
[NEW] Benchmark evalution code-base is released! Please refer to this repo for more details.
DukeMTMC4ReID dataset is new large-scale real-world person re-id dataset based on DukeMTMC. We use a fast state-of-the-art person detector for accurate detections. After verified by the ground truth, for each identity, we uniformly sample 5 "good" bounding boxes in each available camera, while retaining all the "FP" bounding boxes in the corresponding frames. To summarize, the relevant statistics of the proposed DukeMTMC4ReID dataset are provided below:
Total | cam1 | cam2 | cam3 | cam4 | cam5 | cam6 | cam7 | cam8 | |
---|---|---|---|---|---|---|---|---|---|
# bboxes | 46,261 | 10,048 | 4,469 | 5,117 | 2,040 | 2,400 | 10,632 | 4,335 | 7,220 |
# person bboxes | 24,710 | 4,220 | 4,030 | 1,975 | 1,640 | 2,195 | 3,635 | 2,285 | 4,730 |
# ``FP'' bboxes | 21,551 | 5,828 | 439 | 3,142 | 400 | 205 | 6,997 | 2,050 | 2,490 |
# persons | 1,852 | 844 | 806 | 395 | 328 | 439 | 727 | 457 | 946 |
# valid ids | 1,413 | 828 | 778 | 394 | 322 | 439 | 718 | 457 | 567 |
# distractors | 439 | 16 | 28 | 1 | 6 | 0 | 9 | 0 | 379 |
# probe ids | 706 | 403 | 373 | 200 | 168 | 209 | 358 | 243 | 284 |
More details and benchmark results can be found in this paper
Clone or download this repo
Download the dataset from here and extract it within the same folder of the code
Download the pre-computed feature
run script_test.m to parsing the data and evaluate it with pre-computed feature
@InProceedings{gou2017dukemtmc4reid,
author = {Gou, Mengran and Karanam, Srikrishna and Liu, Wenqian and Camps, Octavia and Radke, Richard J.},
title = {DukeMTMC4ReID: A Large-Scale Multi-Camera Person Re-Identification Dataset},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {July},
year = {2017}
}
If you use this dataset, please also cite the original DukeMTMC dataset accordingly:
@inproceedings{ristani2016MTMC,
title = {Performance Measures and a Data Set for Multi-Target, Multi-Camera Tracking},
author = {Ristani, Ergys and Solera, Francesco and Zou, Roger and Cucchiara, Rita and Tomasi, Carlo},
booktitle = {European Conference on Computer Vision workshop on Benchmarking Multi-Target Tracking},
year = {2016}
}
Please refer to the license file for DukeMTMC4ReID and DukeMTMC