-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi, I was trying to reproduce your best result (mAP=88.7%) by simply runing
python tools/train.py --config_file='configs/softmax_ranked.yml' DATASETS.NAMES "('market1501')"
but I got a much worse result at mAP=86.5%, with 2% margin to claimed result. Moreover, it's even lower than using triplet loss. What I can do to get your claimed result?
| model | mAP | loss |
|---|---|---|
| r50-ibn-a(my result) | 87.1% | softmax + triplet |
| r50-ibn-a(my result) | 86.5% | softmax + ranked |
| r50-ibn-a(your result) | 88.7% | softmax + ranked |
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels