Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yunet alignment issue sorted #921

Merged
merged 1 commit into from
Dec 16, 2023
Merged

Conversation

serengil
Copy link
Owner

@serengil serengil commented Dec 16, 2023

Tickets

What has been done

With this PR, alignment issue in yunet is sorted.

How to test

Run the following program

from deepface import DeepFace
import matplotlib.pyplot as plt

img_name = "img11.jpg"
img_obj = DeepFace.extract_faces(img_name, detector_backend = "yunet")
detected_face = img_obj[0]["face"]

plt.imshow(detected_face)
plt.show()

@serengil serengil merged commit bfbd00d into master Dec 16, 2023
4 checks passed
@serengil serengil deleted the feat-task-1612-yunet-alignment-issue branch December 16, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant