upate a tiny repo
parent
022cb6a319
commit
96491ba2b3
12
README.md
12
README.md
|
@ -4,13 +4,15 @@ Paper: "Bag of Tricks and A Strong Baseline for Deep Person Re-identification"[[
|
|||
The codes are expanded on a [ReID-baseline](https://github.com/L1aoXingyu/reid_baseline) , which is open sourced by our co-first author [Xingyu Liao](https://github.com/L1aoXingyu).
|
||||
|
||||
Another re-implement is developed by python2.7 and pytorch0.4. [link](https://github.com/wangguanan/Pytorch-Person-REID-Baseline-Bag-of-Tricks)
|
||||
A tiny repo achieves 95.7(88.2) on Market1501. [link](https://github.com/lulujianjie/person-reid-tiny-baseline)
|
||||
|
||||
```
|
||||
@inproceedings{luo2019bag,
|
||||
title={Bag of Tricks and A Strong Baseline for Deep Person Re-identification},
|
||||
author={Luo, Hao and Gu, Youzhi and Liao, Xingyu and Lai, Shenqi and Jiang, Wei},
|
||||
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops},
|
||||
year={2019}
|
||||
@InProceedings{Luo_2019_CVPR_Workshops,
|
||||
author = {Luo, Hao and Gu, Youzhi and Liao, Xingyu and Lai, Shenqi and Jiang, Wei},
|
||||
title = {Bag of Tricks and a Strong Baseline for Deep Person Re-Identification},
|
||||
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
|
||||
month = {June},
|
||||
year = {2019}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue