k4d3 commited on
Commit
5cea947
1 Parent(s): 25763d5

Signed-off-by: Balazs Horvath <[email protected]>

Files changed (1) hide show
  1. scripts/check_for_large_images.py +2 -1
scripts/check_for_large_images.py CHANGED
@@ -66,7 +66,8 @@ def main(output_file):
66
  pool = multiprocessing.Pool(num_cores)
67
 
68
  # Call the function with the path to your directory
69
- pool.apply_async(process_directory, args=(r"E:\training_dir", output_file))
 
70
 
71
  # Close the pool and wait for all tasks to complete
72
  pool.close()
 
66
  pool = multiprocessing.Pool(num_cores)
67
 
68
  # Call the function with the path to your directory
69
+ #pool.apply_async(process_directory, args=(r"E:\training_dir", output_file))
70
+ pool.apply_async(process_directory, args=(r"E:\training_dir_staging", output_file))
71
 
72
  # Close the pool and wait for all tasks to complete
73
  pool.close()