send link to app

FaceCode - 나만의 얼굴인식 프로그램 만들기


4.8 ( 7968 ratings )
생산성
개발자: Alphacode
비어 있는

* FaceCode 사용법 *

- 유저 관리
유저를 등록하고 삭제할 수 있는 페이지입니다.
등록된 유저만 얼굴 인식이 가능합니다.
인식이 잘 되지 않는다면 해당 유저를 삭제하고 다시 등록해 보세요!
최대 10명까지 등록할 수 있습니다.

- Target API
유저가 만든 API 정보를 입력하는 페이지입니다.
Base Url은 ‘/’로 끝나야 합니다.
Headers, Post Body는 JSON 형식을 따릅니다.
얼굴 인식에 성공했을 때와 실패했을 때 각각 POST를 호출합니다.

- 얼굴 인식
등록된 유저들과 카메라의 얼굴을 비교하는 페이지입니다.
우측 상단의 톱니바퀴 버튼을 눌러 한계값을 조정할 수 있습니다.
한계값의 기본값은 80이며, 외부 환경을 고려하여 70~85 사이를 권장합니다.


* FaceCode Guide *

- Manage User
This page allows you to register and delete users.
Only registered users can be recognized.
If its not recognized well, delete the user and try registering it again!
You can register people up to 10.

- Target API
A page for entering API information created by the user.
Base Url must end with /.
Headers, Post Body follow the JSON format.
It calls POST when face recognition is successful and when it fails.

- Face Recognition
This page compares the face of the camera with the registered users.
The threshold can be adjusted by pressing the gear button on the upper right.
The default value for the threshold is 80, which is recommended between 70 and 85 considering the external environment.