From 4483c9192fd8017db32c78b3f07d5ac9c39a152e Mon Sep 17 00:00:00 2001 From: Zhedong Zheng Date: Wed, 27 Dec 2023 19:21:21 +0800 Subject: [PATCH] Update prepare.py --- prepare.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/prepare.py b/prepare.py index a9fc7be..39c5ce6 100644 --- a/prepare.py +++ b/prepare.py @@ -1,9 +1,8 @@ import os from shutil import copyfile -# You only need to change this line to your dataset download path -download_path = '../Market' -download_path2 = '../Market-1501-v15.09.15' +download_path = '../Market' # Please not change. +download_path2 = '../Market-1501-v15.09.15' # You only need to change this line to your dataset download path if not os.path.isdir(download_path): if os.path.isdir(download_path2):