insightface

InsightFace for TFJS

TFJS port of InsightFace

Models

Repository contains pretrained TFJS graph models for the following InsightFace variations

Notes

Demo & Compare

Demo app in /src uses Human library to detect and crop faces from input images before running InsightFace models to calculate face descriptors (embeddings)

And yes, you can use any other face detection method

Sample Images

GitHub repository is void of sample images, beforing running demo place any number of images of any resolution containing one or more faces into /assets/samples/

Sample Screenshot

screenshot

Run

Use built-in dev server to compile sources and start a web server:

npm run dev

Credits

TBD