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 score of train_ext.py is wrong #23

Open ssyou opened 2 years ago

ssyou commented 2 years ago

Hi, Dr Ye, thanks for your released code. I have trained the model but got lower results ------only 28.03(map). I just run python pre_process_sysu.py to prepare the dataset and 'python train_ext.py --dataset sysu --lr 0.1 --method adp --augc 1 --rande 0.5 --alpha 1 --square 1 --gamma 1 --gpu 4' to train the model. Could you please help me to find out why I get the wrong result,Thank you very much!