update datasets instructions
parent
a379c72adc
commit
e108f6a3ef
|
@ -3,9 +3,9 @@
|
||||||
Datasets
|
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.
|
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::
|
.. 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::
|
.. 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).
|
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::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
Loading…
Reference in New Issue