Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Tanaymishra
/
foocus
like
0
Runtime error
App
Files
Files
Community
18793b8
foocus
/
face_experiments.py
Tanaymishra
Upload 254 files
18793b8
12 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
import
cv2
import
fooocus_extras.face_crop
as
cropper
img = cv2.imread(
'lena.png'
)
result = cropper.crop_image(img)
cv2.imwrite(
'lena_result.png'
, result)