File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ I do not optimize the hyper-parameters. You are free to tune them for better per
203
203
| CE + Sphere [[ Paper]] ( https://openaccess.thecvf.com/content_cvpr_2017/papers/Liu_SphereFace_Deep_Hypersphere_CVPR_2017_paper.pdf ) | 92.01% | 79.39% | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_sphere100 --sphere --total 100; python test.py --name warm5_s1_b32_lr8_p0.5_sphere100 ` |
204
204
| CE + Triplet [[ Paper]] ( https://arxiv.org/pdf/1703.07737 ) | 92.40% | 79.71% | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_triplet100 --triplet --total 100; python test.py --name warm5_s1_b32_lr8_p0.5_triplet100 ` |
205
205
| CE + Lifted [[ Paper]] ( https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Song_Deep_Metric_Learning_CVPR_2016_paper.pdf ) | 91.78% | 79.77% | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_lifted100 --lifted --total 100; python test.py --name warm5_s1_b32_lr8_p0.5_lifted100 ` |
206
- | CE + Instance [[ Paper]] ( https://zdzheng.xyz/files/TOMM20.pdf ) | 92.49 % | 80.51 % | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_instance100_gamma32 --instance --ins_gamma 32 --total 100 ; python test.py --name warm5_s1_b32_lr8_p0.5_instance100_gamma32 ` |
206
+ | CE + Instance [[ Paper]] ( https://zdzheng.xyz/files/TOMM20.pdf ) | 92.73 % | 81.11 % | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_instance100_gamma64 --instance --ins_gamma 64 --total 100 ; python test.py --name warm5_s1_b32_lr8_p0.5_instance100_gamma64 ` |
207
207
| CE + Contrast [[ Paper]] ( https://zdzheng.xyz/files/TOMM18.pdf ) | 92.28% | 81.42% | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_contrast100 --contrast --total 100; python test.py --name warm5_s1_b32_lr8_p0.5_contrast100 ` |
208
208
| CE + Circle [[ Paper]] ( https://arxiv.org/abs/2002.10857 ) | 92.46% | 81.70% | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_circle100 --circle --total 100 ; python test.py --name warm5_s1_b32_lr8_p0.5_circle100 ` |
209
209
| CE + Contrast + Sphere | 92.79% | 82.02% | ` python train.py --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 32 --lr 0.08 --name warm5_s1_b32_lr8_p0.5_cs100 --contrast --sphere --total 100; python test.py --name warm5_s1_b32_lr8_p0.5_cs100 ` |
You can’t perform that action at this time.
0 commit comments