vislab-tecnico-lisboa / hda_code

Evaluation software to produce perfectly comparable CMC curves and Precision/Recall values on the HDA dataset given a Re-Identification algorithm.
15 stars 3 forks source link

Re-identification script: setting environment variable should be made easier #4

Closed gsaponaro closed 10 years ago

gsaponaro commented 10 years ago

At the moment, in order to test RE-ID users have to edit Computer_Specific_Dataset_Directory.m by inserting their machine name and two paths inside an if-then-else structure.

This is cumbersome. I suggest to (i) get rid of the machine name (unnecessary) and (ii) simplify the paths definition, like this:

hdaRootDirectory ='/full/path/to/HDA_Dataset_V1.1';
addpath(genpath(['/full/path/to/hda_code']));