2021-05-15 16:48:27 +08:00
## Python package of insightface README
2019-08-29 23:23:35 +08:00
2021-05-15 16:48:27 +08:00
For insightface pip-package <= 0.1.5, we use MXNet as inference backend, please download all models from [onedrive ](https://1drv.ms/u/s!AswpsDO2toNKrUy0VktHTWgIQ0bn?e=UEF7C4 ), and put them all under `~/.insightface/models/` directory.
2021-06-15 22:03:14 +08:00
Starting from insightface>=0.2, we use onnxruntime as inference backend.
2021-05-15 16:48:27 +08:00
2021-06-18 20:12:45 +08:00
For insightface>=0.3.3, model package will be downloaded automatically.
For insightface==0.3.2, you must first download our **antelope ** model release by command:
2021-05-16 17:22:29 +08:00
2021-06-15 22:03:14 +08:00
```
insightface-cli model.download antelope
```
Model Pack:
| Name | Detection Model | Recognition Model | Alignment |
2021-05-16 17:22:29 +08:00
| ----------------------- | ----------------- | ----- | ----- |
2021-06-15 22:03:14 +08:00
| **antelope ** | SCRFD-10GF | ResNet100@Glint360K | 2d106 & 3d68 |