Skip to content

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Aug 11, 2018

  • Enable multiple repeated files in interface
  • Add PREALIGNED flag to face algorithm container

@c-w c-w requested a review from michaelperel August 11, 2018 00:22

def find_faces(img: Image) -> Iterable[Image]:
for top, right, bottom, left in face_locations(img):
yield img[top:bottom, left:right]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try replacing the face_recognition face finding with MTCNN for consistency across algorithms? We can use this pip installable package (https://github.com/ipazc/mtcnn).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather keep this one simple for consistency with the ICRC v1 deployment so that we have a true baseline for comparison.

@c-w c-w merged commit 650edb9 into master Aug 13, 2018
@c-w c-w deleted the prealign-flag branch August 13, 2018 14:54
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.

2 participants