Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
BSJ2004
/
IMG
like
0
Configuration error
App
Files
Files
Community
main
IMG
/
experiments_face.py
BSJ2004
Upload 433 files
dc3939a
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
149 Bytes
import
cv2
import
extras.face_crop
as
cropper
img = cv2.imread(
'lena.png'
)
result = cropper.crop_image(img)
cv2.imwrite(
'lena_result.png'
, result)