Files
insightface/python-package
2021-05-16 10:40:50 +08:00
..
2021-05-16 10:40:50 +08:00
2021-05-15 16:48:27 +08:00
2021-05-16 09:53:01 +08:00

Python package of insightface README

pip insightface-0.2.0 is ready now. Please update with pip install -U insightface

For insightface pip-package <= 0.1.5, we use MXNet as inference backend, please download all models from onedrive, and put them all under ~/.insightface/models/ directory.

Starting from insightface>=0.2, we use onnxruntime as inference backend, please download our antelope model release from onedrive, and put it under ~/.insightface/models/, so there're onnx models at ~/.insightface/models/antelope/*.onnx.

The antelope model release contains ResNet100@Glint360K recognition model and SCRFD-10GF detection model. Please check deploy/test.py for detail.