Skip to content

Commit 14bc366

Browse files
authored
Merge pull request #5 from chrizandr/patch-1
Update README.md
2 parents c244d46 + 2019d01 commit 14bc366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ python setup.py install
1818
## Prepare Datasets
1919

2020
```shell
21-
cd example && mkdir data
21+
cd examples && mkdir data
2222
```
2323
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),
2424
and then unzip them under the directory like
2525
```
26-
MMT/example/data
26+
MMT/examples/data
2727
├── dukemtmc
2828
│   └── DukeMTMC-reID
2929
├── market1501
@@ -116,4 +116,4 @@ If you find this code useful for your research, please cite our paper
116116
year={2020},
117117
url={https://openreview.net/forum?id=rJlnOhVYPS}
118118
}
119-
```
119+
```

0 commit comments

Comments
 (0)