NEU-Gou / DukeReID

DukeMTMC4ReID dataset
Other
30 stars 7 forks source link

[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

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

How to use

  1. Clone or download this repo

  2. Download the dataset from here and extract it within the same folder of the code

    • p0001_c5_f0000051246_1.jpg
      bounding box of person 0001 in camera 5 at frame 51246
    • partition.
      idx_train - index of train samples
      idx_test - index of test samples
      idx_probe - index of probe samples in test
      idx_gallery - index of gallery samples in test
      ix_pos_pair - index of pre-generated positive pairs
      ix_neg_pair - index of pre-generated negtive pairs
      cam_pairs - [probe camera, gallery camera] (0 means all the other cameras)
  3. Download the pre-computed feature

  4. run script_test.m to parsing the data and evaluate it with pre-computed feature

References

@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}
}

License

Please refer to the license file for DukeMTMC4ReID and DukeMTMC