emrahbasaran / SPReID

Code for our CVPR 2018 paper - Human Semantic Parsing for Person Re-identification
MIT License
141 stars 32 forks source link

train: path of model #15

Open ping-sun opened 5 years ago

ping-sun commented 5 years ago

nohup python main.py --train_set "train_market" --label_dim_ft "751" --scales_reid "778,255" --optimizer "lr:0.01--lr_pretrained:0.001" --max_iter "50000" --dataset_folder "/home/reid/data/market1501/" --model_path_for_ft "/home/reid/SPReID/LIP_iter_30000.chainermodel" >train.out 2>&1 &

I use the code above to run the training, but I get the error below.

File "h5py/h5o.pyx", line 190, in h5py.h5o.open KeyError: "Unable to open object (object 'segmentation' doesn't exist)"

ajwl-pmli commented 4 years ago

Hello, Do you know how to compute the rank1 and mAP? could you give me the code which compute the rank1 and mAP, My mail is pku1401210454@163.com, Thank you very much! @SpONA