Skip to content

Commit

Permalink
Update prepare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
layumi authored Dec 27, 2023
1 parent 889b5ae commit 4483c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prepare.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 4483c91

Please sign in to comment.