selfitcamera commited on
Commit
091515e
·
1 Parent(s): a92e6af
Files changed (1) hide show
  1. utils.py +1 -1
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, 596]
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: