ihsass commited on
Commit
e29b448
·
1 Parent(s): 89f2d3b

Update resizer_v5.py

Browse files
Files changed (1) hide show
  1. resizer_v5.py +1 -1
resizer_v5.py CHANGED
@@ -15,7 +15,7 @@ DATA = [
15
 
16
 
17
  NUM_THREADS = 1 # Modify this for the desired number of threads
18
- OUTPUT_ROOT = r"/kaggle/working/output" # Root folder to save resized images
19
  Save_PNG = False # Options are True and False
20
  LOG_FILE = "face_detection_failures.txt" # File to log images where faces can't be detected
21
 
 
15
 
16
 
17
  NUM_THREADS = 1 # Modify this for the desired number of threads
18
+ OUTPUT_ROOT = r"/kaggle/working" # Root folder to save resized images
19
  Save_PNG = False # Options are True and False
20
  LOG_FILE = "face_detection_failures.txt" # File to log images where faces can't be detected
21