mangye16 / Cross-Modal-Re-ID-baseline

Pytorch Code for Cross-Modality Person Re-Identification (Visible Thermal/Infrared Re-ID)
MIT License
345 stars 71 forks source link

The result of the recurrence is incorrect. #4

Closed zhangqi2188 closed 4 years ago

zhangqi2188 commented 5 years ago

Is the number of images in the query smaller than the gallery? Thanks

mangye16 commented 5 years ago

The number of the query images is 2060 and the gallery is 2060 on the RegDB dataset. The number of the query image is 3803 and the gallery set contains randomly sampled 301 images (all-search) at each trial on the SYSU-MM01 dataset.

Hope it answers your question.

zhangqi2188 commented 5 years ago

The number of the query images is 2060 and the gallery is 2060 on the RegDB dataset. The number of the query image is 3803 and the gallery set contains randomly sampled 301 images (all-search) at each trial on the SYSU-MM01 dataset.

Hope it answers your question.

Thank you, but the map I got on sysu is 4.15%. Can you give me some advice on where to find the reason?

zhangqi2188 commented 5 years ago

where is the resuming from checkpoint? Is the sysu_id_bn_relu_drop_0.0_lr_1.0e-02_dim_512_resnet50_best.t ? thank you very much.