Spaces:
Running
Running
selfitcamera
commited on
Commit
·
091515e
1
Parent(s):
a92e6af
init
Browse files
utils.py
CHANGED
@@ -30,7 +30,7 @@ def get_cloth_examples(hr=0):
|
|
30 |
cloth_dir = os.path.join(data_dir, 'ClothImgs')
|
31 |
examples = []
|
32 |
files = sorted(os.listdir(cloth_dir))
|
33 |
-
hr_clothes =
|
34 |
# hr_clothes = []
|
35 |
for f in files:
|
36 |
if '.jpg' not in f and '.png' not in f:
|
|
|
30 |
cloth_dir = os.path.join(data_dir, 'ClothImgs')
|
31 |
examples = []
|
32 |
files = sorted(os.listdir(cloth_dir))
|
33 |
+
hr_clothes = list(range(588, 597))
|
34 |
# hr_clothes = []
|
35 |
for f in files:
|
36 |
if '.jpg' not in f and '.png' not in f:
|