20.3.15 : Mediapipe / Doorbell with face recognition / Nvidia Jetson nano and face recognition
medium.com/swlh/a-review-of-googles-new-mobile-friendly-ai-framework-mediapipe-25d62cd482a1
A Review of Google’s New Mobile-Friendly AI Framework: Mediapipe
Mediapipe is an open-source framework to “build word-class machine learning solutions” by Google — currently in the alpha stage.
medium.com
최근에 안드로이드에 파이토치 모델을 올리려고 노력하다 보니 눈에 띈 제목이어서 읽게 되었다.
요약하면,
빠르다
- GPU 가속화와 Multi-threading 가능
- handtracking시 7fps
Deploy 플랫폼에 독립적이다
- 윈도우, 맥, 우분투에 대해 모두 호환 가능
- 뿐만 아니라 모바일 기기에도 적용 가능
어렵다(Confusing)
- 설명해주는 문서가 적어서 실제 사용할 때 여러 .cc 파일에서 혼란을 준다
Alpha 테스트 중이다
- 다양한 기능들이 여전히 변하고 수정 중이다 (그래서 문서가 적다는 것 또한 이해 가능하다)
- 알파 테스트 중이어서 여전히 많은 변화가 있을 수 있어서 그 또한 큰 혼란을 야기한다
상당히 좋다
- 현재 모바일기기에 신경망을 배포하기 가장 최적의 솔루션으로 보인다
그래서 저자는 손 제스쳐로 알파벳을 표현하는 뉴럴넷의 오픈 소스를 공개하면서 마무리한다.
AriAlavi/SigNN
The goal of SigNN is to develop a software which is capable of real-time translation of American Sign language (ASL) into English text. It is capable of all letters, including J and Z (which are ed...
github.com
medium.com/@mppise/a-doorbell-with-facial-recognition-3b132bf9605
A Doorbell With Facial Recognition
Biometric screening using fingerprint or retina scans are not new. Since the advancements in high-resolution cameras and development of 3D…
medium.com
이 글은 초인종에 얼굴 인식 기능을 넣는 방법에 대한 글이다.
엔진 자체는 모두 아마존 퍼블릭 클라우드 API를 가져온 것이지만, 저 시스템에 대한 그림이 마음에 들어 발췌했다.
Build a Face Recognition System for $60 with the New Nvidia Jetson Nano 2GB and Python
Using Python 3.6, OpenCV, Dlib and the face_recognition module
medium.com
이 글도 바로 이전 글과 유사한 내용이다.
위에서 라즈베리파이를 사용한 것에 반해, 여기서는 엔비디아 젯슨 나노를 이용하여 간단한 얼굴 인식 시스템을 구현하는 것을 보여준다.
여기서는 얼굴 인식용 오픈 라이브러리를 다운 받아서 사용한다.
두가지 모두 간단하게 해보기 좋은 프로젝트로 보인다.