SOTA Re-identification Methods and Toolbox
 
 
 
 
 
Go to file
liaoxingyu 677637414d update 2018-07-21 17:19:33 +08:00
bases update 2018-07-21 17:19:33 +08:00
datasets first update 2018-06-08 12:59:03 +08:00
models update 2018-07-21 17:19:33 +08:00
scripts update 2018-07-21 17:19:33 +08:00
trainers update 2018-07-21 17:19:33 +08:00
utils first update 2018-06-08 12:59:03 +08:00
.gitignore update readme 2018-06-15 17:49:47 +08:00
README.md update 2018-07-21 17:19:33 +08:00
config.py update 2018-07-21 17:19:33 +08:00
main_reid.py update 2018-07-21 17:19:33 +08:00

README.md

reid_baseline

reid baseline model for exploring softmax and triplet hard loss's influence.

Classification

Triplet Hard

Classification + Triplet Hard

Results

loss rank1 map
triplet hard 89.9% 76.8%
softmax 87.9% 70.1%
triplet + softmax 92% 78.1%