You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To test the API, you can use Postman. Here are the endpoints for testing:
109
108
@@ -199,3 +198,32 @@ This project uses KBY-AI's Face Recognition Server SDK, which requires a license
199
198
* The fifth parameter: the count allocated for the maximum 'FaceBox' objects.
200
199
201
200
The function returns the count of the detected face.
201
+
202
+
- Create Template
203
+
204
+
The SDK provides a function that enables the generation of templates from RGB data. These templates can be used for face verification between two faces.
0 commit comments