rocioadlc commited on
Commit
7d57842
1 Parent(s): de6d2f2

Update resize.py

Browse files
Files changed (1) hide show
  1. resize.py +1 -1
resize.py CHANGED
@@ -43,7 +43,7 @@ def main():
43
  trashDir = os.path.join(prepath, 'trash')
44
  white-glassDir = os.path.join(prepath, 'white-glass')
45
 
46
- destPath = os.path.join(os.getcwd(), 'dataset-resized')
47
  try:
48
  os.makedirs(destPath)
49
  except OSError:
 
43
  trashDir = os.path.join(prepath, 'trash')
44
  white-glassDir = os.path.join(prepath, 'white-glass')
45
 
46
+ destPath = os.path.join(os.getcwd(), 'Combined-resized')
47
  try:
48
  os.makedirs(destPath)
49
  except OSError: