Ning-Ding / Implementation-CVPR2015-CNN-for-ReID

Implementation for CVPR 2015 Paper: "An Improved Deep Learning Architecture for Person Re-Identification".
MIT License
147 stars 71 forks source link

Model test of CMC is ineffective #45

Open seuzxy opened 5 years ago

seuzxy commented 5 years ago

The loss I trained on the CHUK03 data set is: loss: 0.0057 - acc: 0.9997 - val_loss: 0.0048 - val_acc: 1.0000 Itrained 5500 epoch. the result of CMC is not good,rank1 to rank 20 are listed as below. 0.0 0.04 0.03 0.07 0.11 0.09 0.11 0.19 0.19 0.26 0.28 0.27 0.28 0.35 0.32 0.43 0.42 0.45 0.47 0.5 I don't know why the effect is so bad, whether it's a training problem or a model problem. I use the CMC function in main.py.

Fawzikhattar commented 5 years ago

Did u figure out what s wrong?