From b2e189d483429471ab75f04c166b2456e14fa9c1 Mon Sep 17 00:00:00 2001 From: hubenyi <867320491@qq.com> Date: Mon, 22 Jun 2020 17:03:17 +0800 Subject: [PATCH] fix some information --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index bc7df42..a981cca 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -109,7 +109,7 @@ python3 main/split_dataset.py [-d ${dataset}] [-sf ${split_file}] Arguments: - `dataset`: Path of the dataset to be splitted. -- `split_file`: Path of the division protocol txt file, with each line corresponding to one image: . corresponds to the relative path of the image, and a value of 1 or 0 for denotes that the file is in the gallery or query set, respectively. +- `split_file`: **Absolute Path** of the division protocol txt file, with each line corresponding to one image: . corresponds to the relative path of the image, and a value of 1 or 0 for denotes that the file is in the gallery or query set, respectively. Examples: