Tensorflow.js POC 7: face-api.js
Overview¶
Project Status¶
| Git Repo | Status | Progress | Comments | 
|---|---|---|---|
| tensorflow.js POC #7 | 
Project map of DLC¶
Check the project in the project map of deep learning computing to see the whole picture.
Test #1¶
Reference Input¶
Step 1: Input reference image

Step 2: extract faces and output face descriptors (Biometrics information of faces, 120 vectors value) 

Query Input¶
Step 1: Input query image

Step 2: extract faces and output query face descriptors 

Step 3: Compare reference and query face descriptors and output similarity score
red block is missing faces.
Test #2¶
Reference Input¶

Query Input¶
red block is missing faces.

