Update resizer_v5.py
Browse files- 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
|
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 |
|