September 15, 2019

153 words 1 min read

kiselev1189/insightface-just-works

kiselev1189/insightface-just-works

Insightface face detection and recognition model that just works out of the box.

repo name kiselev1189/insightface-just-works
repo link https://github.com/kiselev1189/insightface-just-works
homepage
language Jupyter Notebook
size (curr.) 10810 kB
stars (curr.) 117
created 2019-01-18
license

Insightface face detection and recognition model that just works out of the box.

This is a minimalistic inference-focused repack of Insightface.

For examples please refer to InsightfaceExample.ipynb.

What it does

Provides you whith a one-liner to set up SoTA face detection and recognition model for inference.

Supported features

Fixes and improvements over orignal version

  • Everything that is not required for inference is removed
  • Model instantiation is a single-line call
  • Original version crashed with unintelligible segmentation fault if output of the face detector was wrong or empty. This version throws exception or returns None.
  • Jupyter Notebook example

TODO:

Simplify and refactor original code parts for readability and simplicity.

comments powered by Disqus