Spaces:
Runtime error
Runtime error
Delete experiments_face.py
Browse files- experiments_face.py +0 -7
experiments_face.py
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
import cv2
|
2 |
-
import extras.face_crop as cropper
|
3 |
-
|
4 |
-
|
5 |
-
img = cv2.imread('lena.png')
|
6 |
-
result = cropper.crop_image(img)
|
7 |
-
cv2.imwrite('lena_result.png', result)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|