This is evaluation software to produce perfectly comparable CMC curves and Precision/Recall values with your re-identification algorithm, or produce perfectly comparable MD/FPPI curves for your pedestrian detection algorithm on the HDA+ dataset described here: http://vislab.isr.ist.utl.pt/hda-dataset/
To download this dataset, contact (alex at isr ist utl pt)
- To visualize the dataset with overlaying manual annotations do the following steps:
- Open
HDA_Dataset\hda_code\detection_reid_pipeline\ Computer_Specific_Dataset_Directory.m
, - Set the
hdaRootDirectory
variable to the path where you put theHDA_Dataset
, - Add to the Matlab path the
hda_code
folder (fill in theaddpath(genpath( ... ))
),, - and then run MATlab script
HDA_Dataset\hda_code\visualization\ RunToVisualize.m
- To see a running example of a sample re-identification algorithm plus the evaluation code, do the following:
- Open
HDA_Dataset\hda_code\detection_reid_pipeline\ Computer_Specific_Dataset_Directory.m
, - Set the
hdaRootDirectory
variable to the path where you put theHDA_Dataset
, - Add to the Matlab path the
hda_code
folder (fill in theaddpath(genpath( ... ))
),, - and then run the MATlab script
HDA_Dataset\hda_code\detection_reid_pipeline\ fullPipeLineScript.m
(more information in hda_code/GettingStarted.txt)
If you use this dataset, please cite:
~ Prerequisites: This dataset requires Matlab (TM).