Yu-Wu / Exploit-Unknown-Gradually

CVPR 2018 Exploit the Unknown Gradually: One-Shot Video-Based Person Re-Identification by Stepwise Learning

Home Page:https://yu-wu.net/pdf/CVPR2018_Exploit-Unknown-Gradually.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluation on mars dataset

Terminator8758 opened this issue · comments

In your code, the evaluation of MARS dataset does not seem to exclude the junk images in the gallery (ID=0999 in your re-organized dataset)? According to MARS official evaluation(https://github.com/liangzheng06/MARS-evaluation/), those images should be removed when evaluating.

commented

@Terminator8758
Thanks for your comment! You are right.Sorry that I did not remove those junk images in MARS evaluation.

I did a simple test on some trained model, and found the removal of junk images result in a performance improvement of 0.5~1 point. I will update the code and the new performances as soon as possible.