update datasets instructions

pull/462/head^2
kaiyangzhou 2021-04-28 00:00:05 +08:00
parent a379c72adc
commit e108f6a3ef
1 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,9 @@
Datasets
=========
Here we provide a guide on how to prepare datasets.
Here we provide a comprehensive guide on how to prepare the datasets.
Suppose you wanna store the reid data in a directory called "path/to/reid-data/", you need to specify the ``root`` as *root='path/to/reid-data/'* when initializing ``DataManager``. Below we use ``$REID`` to denote "path/to/reid-data".
Suppose you want to store the reid data in a directory called "path/to/reid-data/", you need to specify the ``root`` as *root='path/to/reid-data/'* when initializing ``DataManager``. Below we use ``$REID`` to denote "path/to/reid-data".
Please refer to :ref:`torchreid_data` for details regarding the arguments.
@ -15,12 +15,14 @@ Please refer to :ref:`torchreid_data` for details regarding the arguments.
.. note::
The keys to use specific datasets are enclosed in the parantheses beside the datasets.
The keys to use specific datasets are enclosed in the parantheses beside the datasets' names.
.. note::
You are suggested to use the provided names for dataset folders such as "market1501" for Market1501 and "dukemtmcreid" for DukeMTMC-reID when doing the manual setup, otherwise you need to modify the source code accordingly (i.e. the ``dataset_dir`` attribute).
.. note::
Some download links provided by the original authors might not work. You can email `Kaiyang Zhou <https://kaiyangzhou.github.io/>`_ to reqeust new links. Please do provide your full name, institution, and purpose of using the data in the email (best use your work email address).
.. contents::
:local: