Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michuanhaohao committed Mar 17, 2019
1 parent 5252b35 commit 31b4486
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Bags of Tricks and A Strong ReID Baseline
Paper:
The codes are expanded on a [ReID-baseline](https://github.com/L1aoXingyu/reid_baseline) , which is open sourced by our co-author Xingyu Liao.
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](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
- [x] easy dataset preparation
Expand Down Expand Up @@ -33,6 +40,7 @@ Bag of tricks
| +Reranking | 95.4 (94.2) | 90.3 (89.1) |

[model(Market1501)]()

[model(DukeMTMC-reID)]()

## Get Started
Expand All @@ -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
```bash
cd reid_baseline
cd reid-strong-baseline
mkdir data
```
(1)Market1501
Expand Down
Binary file modified imgs/pipeline.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31b4486

Please sign in to comment.