SOTA Re-identification Methods and Toolbox
 
 
 
 
 
Go to file
liaoxingyu ee02790916 update readme 2018-06-15 17:52:03 +08:00
bases first update 2018-06-08 12:59:03 +08:00
datasets first update 2018-06-08 12:59:03 +08:00
models finish code 2018-06-13 16:53:32 +08:00
scripts first update 2018-06-08 12:59:03 +08:00
trainers first update 2018-06-08 12:59:03 +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 readme 2018-06-15 17:52:03 +08:00
config.py finish code 2018-06-13 16:53:32 +08:00
main_reid.py finish code 2018-06-13 16:53:32 +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% 65%
triplet + softmax 89.7% 76.2%