note for issue #17
parent
f5b25b4ba9
commit
402d56052c
14
README.md
14
README.md
|
@ -1,8 +1,18 @@
|
||||||
# Bags of Tricks and A Strong ReID Baseline
|
# Bags of Tricks and A Strong ReID Baseline
|
||||||
Paper: "Bags of Tricks and A Strong Baseline for Deep Person Re-identification"[[pdf]](https://arxiv.org/abs/1903.07071)
|
Paper: "Bag of Tricks and A Strong Baseline for Deep Person Re-identification"[[pdf]](https://arxiv.org/abs/1903.07071)
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
|
```
|
||||||
|
@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}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
- [Hao Luo](https://github.com/michuanhaohao)
|
- [Hao Luo](https://github.com/michuanhaohao)
|
||||||
- [Youzhi Gu](https://github.com/shaoniangu)
|
- [Youzhi Gu](https://github.com/shaoniangu)
|
||||||
|
@ -74,7 +84,7 @@ The designed architecture follows this guide [PyTorch-Project-Template](https://
|
||||||
3. Install dependencies:
|
3. Install dependencies:
|
||||||
- [pytorch>=0.4](https://pytorch.org/)
|
- [pytorch>=0.4](https://pytorch.org/)
|
||||||
- torchvision
|
- torchvision
|
||||||
- [ignite](https://github.com/pytorch/ignite)
|
- [ignite=0.1.2](https://github.com/pytorch/ignite) (Note: V0.2.0 may result in an error)
|
||||||
- [yacs](https://github.com/rbgirshick/yacs)
|
- [yacs](https://github.com/rbgirshick/yacs)
|
||||||
|
|
||||||
4. Prepare dataset
|
4. Prepare dataset
|
||||||
|
|
Loading…
Reference in New Issue