From e108f6a3ef63d43801d3396fb330c9238d29c4c5 Mon Sep 17 00:00:00 2001 From: kaiyangzhou Date: Wed, 28 Apr 2021 00:00:05 +0800 Subject: [PATCH] update datasets instructions --- docs/datasets.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/datasets.rst b/docs/datasets.rst index dbe18de..a210085 100644 --- a/docs/datasets.rst +++ b/docs/datasets.rst @@ -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 `_ 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: