컴퓨터

Open Face 설치, 실행 해보기 (windows env)

COMKONG 2023. 9. 30. 07:55
반응형

OpenFace 란?

OpenFace는 얼굴 인식 연구를 위한 오픈 소스 도구로, CMU (Carnegie Mellon University)에서 개발되었다. OpenFace는 실시간 얼굴 인식을 위한 딥 러닝 모델을 제공하며, 주로 얼굴 인식, 얼굴 정렬, 얼굴 표현 인식 및 다양한 얼굴 관련 태스크에 사용된다. 

https://github.com/TadasBaltrusaitis/OpenFace

 

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

 

* Windows Installation 과정

1. Window 버전 파일 다운로드 받기 (나는 64비트라서 해당 zip 파일로 다운 받았음

파일 다운로드

2. zip 파일 압축 풀기

3. "download_models" powershall 실행하기 (우클릭, powershell 실행)

 

 

4. "OpenFaceOffline" 실행하기

 

5-1) 웹캠 버전

 

5-2) 녹화 된 비디오

- output file 저장 할 경로 설정

- open videos

 

=> 결과는 다음과 같이 저장 된다.

반응형