Spaces:
Running
Running
selfitcamera
commited on
Commit
·
a92e6af
1
Parent(s):
5788576
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 = [595, 594, 593, 591, ]
|
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 = [595, 594, 593, 591, 596]
|
34 |
# hr_clothes = []
|
35 |
for f in files:
|
36 |
if '.jpg' not in f and '.png' not in f:
|