Fooocus / face_experiments.py
piralocoplasticone's picture
Upload 254 files
02ebd03
raw
history blame contribute delete
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)