Face Identification, Recognition, Verification 오픈소스 정리
* Search Keyword: Face Recognition, Face Verification, Face Identification
1. InsightFace
- Summary: MXNet과 PyTorch 기반의 2D, 3D 얼굴 분석 툴킷
- GitHub - Star: 17.5K | Fork: 4.7K
GitHub - deepinsight/insightface: State-of-the-art 2D and 3D Face Analysis Project
State-of-the-art 2D and 3D Face Analysis Project. Contribute to deepinsight/insightface development by creating an account on GitHub.
github.com
2. Face_Recognition
- Summary: 간단한 코드로 얼굴 인식을 수행할 수 있는 API
- GitHub - Star: 49.1K | Fork: 13.1K
GitHub - ageitgey/face_recognition: The world's simplest facial recognition api for Python and the command line
The world's simplest facial recognition api for Python and the command line - GitHub - ageitgey/face_recognition: The world's simplest facial recognition api for Python and the command line
github.com
3. OpenFace
- Official Homepage: http://cmusatyalab.github.io/openface/
- Summary: 얼굴 랜드마크, 머리 자세, 머리 움직임, 시선 추적, 얼굴 특징점을 추출하는 심층 인공신경망
- GitHub - Star: 6.1K | Fork: 1.8K
- GitHub - Star:14.8K | Fork: 3.6
- 관련 프로젝트: 집 감시 DashBoard(https://github.com/BrandonJoffe/home_surveillance)
- reference: https://www.popit.kr/openface-exo-member-face-recognition/
#엑소사랑하자 - OpenFace로 우리 오빠들 얼굴 인식하기 | Popit
페이스북에 친구들의 사진을 등록하면, 친구 얼굴을 인식하여 이름을 자동으로 태그해준다. 페이스북 얼굴 인식 기술의 정확도는 97.35%정도라고 하는데, 이 정도 수준이면 안면 인식 장애가 있
www.popit.kr
GitHub - TadasBaltrusaitis/OpenFace: OpenFace – a state-of-the art tool intended for facial landmark detection, head pose esti
OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. - GitHub - TadasBaltrusaitis/OpenFace: Open...
github.com
4. CompareFace
- Summary: 얼굴을 등록하면 저장된 데이터들 간의 얼굴 유사성을 비교하여 얼굴 인식 및 검증(Default: FaceNet)
- custom builds 관련: https://github.com/exadel-inc/CompreFace/tree/master/custom-builds
- GitHub - Star: 3.2K | Fork: 454
GitHub - exadel-inc/CompreFace: Leading free and open-source face recognition system
Leading free and open-source face recognition system - GitHub - exadel-inc/CompreFace: Leading free and open-source face recognition system
github.com
5. HASS-Deepstack-face
- Summary: 홈 자동화(Home Assistant) 오픈소스의 구성 요소 중 하나, 얼굴 인식
- GitHub - Star: 205 | Fork: 52
GitHub - robmarkcole/HASS-Deepstack-face: Home Assistant custom component for using Deepstack face recognition
Home Assistant custom component for using Deepstack face recognition - GitHub - robmarkcole/HASS-Deepstack-face: Home Assistant custom component for using Deepstack face recognition
github.com
6. FaceNet - PyTorch
- Summary: 각각의 얼굴 이미지를 128차원으로 임베딩하여 유클리드 공간에서 이미지간의 거리(까울 수록 유사도가 높음)를 통해 분류하여 identification, verification, clustering할 수 있도록 하는 모델인 FaceNet을 PyTorch로 구현
- GitHub - Star: 3.7K | Fork: 810
GitHub - timesler/facenet-pytorch: Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models - GitHub - timesler/facenet-pytorch: Pretrained Pytorch face detection (MTCNN) and facial recognition (Ince...
github.com
7. DeepFace
- Summary: 얼굴 인식 및 얼굴 속성 분석(나이, 성별, 감정 및 인종) 라이브러리
- GitHub - Star: 7.2K | Fork: 1.5K
GitHub - serengil/deepface: A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python - GitHub - serengil/deepface: A Lightweight Face Recognition and Facial Attribute Ana...
github.com
'Paper' 카테고리의 다른 글
[Paper Review] Denoising Diffusion Probabilistic Models (2) | 2024.12.02 |
---|---|
[Paper Review] Disrupting Deepfakes: Adversarial Attacks ~ (9) | 2024.10.01 |
[Paper Review] Explaining and Harnessing Adversarial Examples(FGSM) (2) | 2024.08.30 |
[Paper] Face Recognition 관련 논문 정리 (0) | 2023.08.24 |