From 3564d5112f5a8a40a0a7029da97440512c1ed4a0 Mon Sep 17 00:00:00 2001 From: hubenyi <867320491@qq.com> Date: Fri, 17 Apr 2020 21:48:34 +0800 Subject: [PATCH] upload --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 2e0b840..98369bc 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -57,7 +57,7 @@ To reproduce our experimental results, you need to first download these datasets For image retrieval task, the dataset should be divided into two subset: query set and gallery set. If your dataset has been divided already, you can skip this step. -In order to help you to reproduce our results conventionally, we provide four txt files, each of which is the division protocol used in our experiments. These txt files can be found in [split_file](main/split_file) and you can use the following command to split the dataset mentioned above: +In order to help you to reproduce our results conventionally, we provide four txt files, each of which is the division protocol used in our experiments. These txt files can be found in [split_file](../main/split_file) and you can use the following command to split the dataset mentioned above: ```shell python3 main/split_dataset.py [-d ${dataset}] [-sf ${split_file}]