From 402d56052c91ac283cce0296e0348133babb4161 Mon Sep 17 00:00:00 2001 From: michuanhaohao Date: Thu, 18 Apr 2019 22:11:30 +0800 Subject: [PATCH] note for issue #17 --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6382e51..e7897fa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # 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). +``` +@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 - [Hao Luo](https://github.com/michuanhaohao) - [Youzhi Gu](https://github.com/shaoniangu) @@ -74,7 +84,7 @@ The designed architecture follows this guide [PyTorch-Project-Template](https:// 3. Install dependencies: - [pytorch>=0.4](https://pytorch.org/) - 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) 4. Prepare dataset