Klitter / Pyramidal_Person_ReID

A simple reproduction of Pyramidal Person Re-IDentification via Multi-Loss Dynamic Training (CVPR2019).
MIT License
34 stars 16 forks source link

how to get the result MAP? #2

Closed bochuanwu closed 4 years ago

bochuanwu commented 4 years ago

have you used flip image concate with origin image to predict the result in test code? and have you use cosin distance or Euclidean Distance for test? really need your help.

Klitter commented 4 years ago

have you used flip image concate with origin image to predict the result in test code? and have you use cosin distance or Euclidean Distance for test? really need your help.

I upload some files to do a evaluation demo which may help you. The evaluation process is quite slow and it may cost several minutes.

bochuanwu commented 4 years ago

have you used flip image concate with origin image to predict the result in test code? and have you use cosin distance or Euclidean Distance for test? really need your help.

I upload some files to do a evaluation demo which may help you. The evaluation process is quite slow and it may cost several minutes.

thank you