Skip to content

Commit

Permalink
Merge pull request #5 from chrizandr/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yxgeee committed Jan 20, 2020
2 parents c244d46 + 2019d01 commit 14bc366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,12 +18,12 @@ python setup.py install
## Prepare Datasets

```shell
cd example && mkdir data
cd examples && mkdir data
```
Download the raw datasets [DukeMTMC-reID](https://arxiv.org/abs/1609.01775), [Market-1501](https://www.cv-foundation.org/openaccess/content_iccv_2015/papers/Zheng_Scalable_Person_Re-Identification_ICCV_2015_paper.pdf), [MSMT17](https://arxiv.org/abs/1711.08565),
and then unzip them under the directory like
```
MMT/example/data
MMT/examples/data
├── dukemtmc
│   └── DukeMTMC-reID
├── market1501
Expand Down Expand Up @@ -116,4 +116,4 @@ If you find this code useful for your research, please cite our paper
year={2020},
url={https://openreview.net/forum?id=rJlnOhVYPS}
}
```
```

0 comments on commit 14bc366

Please sign in to comment.