Implementation-CVPR2015-CNN-for-ReID icon indicating copy to clipboard operation
Implementation-CVPR2015-CNN-for-ReID copied to clipboard

Model test of CMC is ineffective

Open seuzxy opened this issue 7 years ago • 1 comments

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.

seuzxy avatar Mar 22 '19 14:03 seuzxy

Did u figure out what s wrong?

Fawzikhattar avatar Sep 16 '19 13:09 Fawzikhattar