mirror of https://github.com/JDAI-CV/fast-reid.git
apexbaselinecomputer-visionimage-retrievalimage-searchopen-reidperson-reidperson-reidentificationpytorchrandom-erasingre-identificationre-rankingreidssotatoolbox
|
||
---|---|---|
bases | ||
datasets | ||
models | ||
scripts | ||
trainers | ||
utils | ||
.gitignore | ||
README.md | ||
config.py | ||
main_reid.py |
README.md
ReID_baseline
Baseline model (with bottleneck) for person ReID (using softmax and triplet loss).
Learning rate
This is the warmpup strategy learning rate

Results
loss | rank1 | map |
---|---|---|
softmax | 87.9% | 70.1% |
triplet | 88.8% | 74.8% |
triplet + softmax | 92.0% | 78.1% |