Robert0812 / salience_reid

MATLAB code for our CVPR 2013 work "R. Zhao, W. Ouyang, and X. Wang. Unsupervised Salience Learning for Person Re-identification. In CVPR 2013."
http://mmlab.ie.cuhk.edu.hk/projects/project_salience_reid/index.html
31 stars 36 forks source link

Normalized data #6

Open serhan-gul opened 7 years ago

serhan-gul commented 7 years ago

Hi, thanks for the code. I have a problem running the code (only tried so far with VIPER) because png files cannot be found. I looked into the scripts and saw that the normalized images are created from bmp files in norm_data.m, but this script is not called by demo_salience_reid_viper.m.

Is there a bug here or is norm_data.m meant to be called separately? I couldn't find any information related to this in the readme file.