Files
insightface/deploy
2021-05-04 22:49:44 +08:00
..
2018-01-26 13:07:00 +08:00
2020-11-06 13:59:21 +08:00
2020-11-06 13:59:21 +08:00
2021-05-04 16:17:50 +08:00
2021-05-04 22:49:44 +08:00
2021-05-04 22:38:07 +08:00
2018-05-18 10:41:21 +08:00

InsightFace deployment README

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 test.py for detail.