Skip to content

Borrower Registration API

sung0471 edited this page Apr 27, 2021 · 2 revisions

Borrower Registration Page API

동영상에서 얼굴 인식에 사용할 이미지를 선택한다.

Request

GET /registration

Face Recognition API

선택한 이미지에서 얼굴을 인식하고, 등록할 이미지를 선택한다.

Request

POST /registration/face_recognition
Parameter Description Type
img 얼굴 인식에 사용할 이미지 str

Feature Registration API

선택한 외상자 얼굴 이미지를 Feature로 등록하고, 등록 결과를 보여준다.

Request

GET /registration/save_face
Parameter Description Type
b_name 저장할 외상자의 이름 str
images 선택된 이미지 번호 str
hidden_image 인식된 얼굴 이미지 목록 str
origin_img 얼굴 인식에 사용한 원본 이미지 str