update readme

pull/5/head
michuanhaohao 2019-03-17 21:55:33 +08:00
parent 5252b355f2
commit 31b4486ce7
2 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,13 @@
# Bags of Tricks and A Strong ReID Baseline # Bags of Tricks and A Strong ReID Baseline
Paper: Paper: "Bags of Tricks and A Strong Baseline for Person Re-identification"
The codes are expanded on a [ReID-baseline](https://github.com/L1aoXingyu/reid_baseline) , which is open sourced by our co-author Xingyu Liao.
The codes are expanded on a [ReID-baseline](https://github.com/L1aoXingyu/reid_baseline) , which is open sourced by our co-author [Xingyu Liao](https://github.com/L1aoXingyu).
## Authors
- [Hao Luo](https://github.com/michuanhaohao)
- [Youzhi Gu](https://github.com/shaoniangu)
- [Xingyu Liao](https://github.com/L1aoXingyu)
- [Shenqi Lai](https://github.com/xiaolai-sqlai)
We support We support
- [x] easy dataset preparation - [x] easy dataset preparation
@ -33,6 +40,7 @@ Bag of tricks
| +Reranking | 95.4 (94.2) | 90.3 (89.1) | | +Reranking | 95.4 (94.2) | 90.3 (89.1) |
[model(Market1501)]() [model(Market1501)]()
[model(DukeMTMC-reID)]() [model(DukeMTMC-reID)]()
## Get Started ## Get Started
@ -52,7 +60,7 @@ The designed architecture follows this guide [PyTorch-Project-Template](https://
Create a directory to store reid datasets under this repo via Create a directory to store reid datasets under this repo via
```bash ```bash
cd reid_baseline cd reid-strong-baseline
mkdir data mkdir data
``` ```
1Market1501 1Market1501

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 265 KiB