KovenYu / MAR

Pytorch code for our CVPR'19 (oral) work: Unsupervised person re-identification by soft multilabel learning
https://kovenyu.com/publication/2019-cvpr-mar/
315 stars 83 forks source link

construct_dataset_Market.m #1

Closed yangjunting100 closed 5 years ago

yangjunting100 commented 5 years ago

Hello, i have a question. In matlab code, file"construct_dataset_Market.m", line50,51,52,
"train_labels = uniquize(train_labels); gallery_labels = uniquize(gallery_labels); probe_labels = uniquize(probe_labels);" i do not search any information about function "uniquize" and when i run this matlab file ,something wrong like this "Undefined function 'uniquize' for input arguments of type 'int64'. Error in construct_dataset_Market (line 50)train_labels = uniquize(train_labels);" i want to know, why. thanks twice.