Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
layumi authored Feb 10, 2021
1 parent 254a489 commit 96b7d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can set the location for builtin datasets by `export FASTREID_DATASETS=/path

The [model zoo](https://github.com/JDAI-CV/fast-reid/blob/master/MODEL_ZOO.md) contains configs and models that use these buildin datasets.

## Expected dataset structure for Market1501
## Expected dataset structure for [Market1501](https://www.cv-foundation.org/openaccess/content_iccv_2015/papers/Zheng_Scalable_Person_Re-Identification_ICCV_2015_paper.pdf)

1. Download dataset to `datasets/` from [baidu pan](https://pan.baidu.com/s/1ntIi2Op) or [google driver](https://drive.google.com/file/d/0B8-rUzbwVRk0c054eEozWG9COHM/view)
2. Extract dataset. The dataset structure would like:
Expand All @@ -18,7 +18,7 @@ datasets/
bounding_box_train/
```

## Expected dataset structure for DukeMTMC
## Expected dataset structure for [DukeMTMC-reID](https://openaccess.thecvf.com/content_ICCV_2017/papers/Zheng_Unlabeled_Samples_Generated_ICCV_2017_paper.pdf)

1. Download datasets to `datasets/`
2. Extract dataset. The dataset structure would like:
Expand All @@ -30,7 +30,7 @@ datasets/
bounding_box_test/
```

## Expected dataset structure for MSMT17
## Expected dataset structure for [MSMT17](https://arxiv.org/abs/1711.08565)

1. Download datasets to `datasets/`
2. Extract dataset. The dataset structure would like:
Expand Down

0 comments on commit 96b7d31

Please sign in to comment.