daizuozhuo / batch-dropblock-network

Official source code of "Batch DropBlock Network for Person Re-identification and Beyond" (ICCV 2019)
MIT License
326 stars 90 forks source link

bug in the code to calculate #14

Closed he010103 closed 3 years ago

he010103 commented 5 years ago

@daizuozhuo There is something wrong in the function eval_func_gpu, the default max_rank = 50. When the numbers of images of the same id is larger than 50, it will return a wrong mAP.

daizuozhuo commented 5 years ago

you can create a merge request for this bug.