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

[Feature] image에서 얼굴 탐지가 된 부분 crop 하여 저장 #3

Open
ptwd opened this issue May 18, 2022 · 0 comments
Open
Assignees
Labels
new feature add new feature

Comments

@ptwd
Copy link
Contributor

ptwd commented May 18, 2022

Description

  • 각 이미지 마다 얼굴이 탐지된 부분(Bbox)을 지정한 배율로 확대(혹은 축소) 하여 Crop한 이미지들을 저장
  • Face Detector : facenet_pytorch의 MTCNN
  • Crop 하는 배율은 지정한 최소, 최대 배율 사이의 랜덤값으로 설정됩니다
  • 탐지된 얼굴의 갯수가 0개 혹은 2개 이상인 경우 이미지가 저장되지 않습니다

requirement

  • python
  • opencv
  • glob2
  • facenet_pytorch
@ptwd ptwd self-assigned this May 18, 2022
@ptwd ptwd added the new feature add new feature label May 18, 2022
ptwd added a commit that referenced this issue May 18, 2022
image_cropper.py detects a face area from an image and stores an image inside a specific magnification of that area
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature add new feature
Projects
None yet
Development

No branches or pull requests

1 participant