Update face_detection.py
Browse files- face_detection.py +0 -1
face_detection.py
CHANGED
|
@@ -3,7 +3,6 @@ import face_recognition
|
|
| 3 |
from PIL import Image
|
| 4 |
from os import path as p
|
| 5 |
import os
|
| 6 |
-
# import shutil
|
| 7 |
import numpy as np
|
| 8 |
|
| 9 |
# Main method utilized to crop the group photos into various individual person photos to feed into the model
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
from os import path as p
|
| 5 |
import os
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
|
| 8 |
# Main method utilized to crop the group photos into various individual person photos to feed into the model
|