Files
FastDeploy/examples/vision/facedet/centerface
guxukai 1c115bb237 [Model] Add facedet model: CenterFace (#1131)
* cpp example run success

* add landmarks

* fix reviewed problem

* add pybind

* add readme in examples

* fix reviewed problem

* new file:   tests/models/test_centerface.py

* fix reviewed problem 230202
2023-02-07 14:05:08 +08:00
..

English | 简体中文

CenterFace Ready-to-deploy Model

Download Pre-trained ONNX Model

For developers' testing, models exported by CenterFace are provided below. Developers can download them directly. (The accuracy in the following table is derived from the source official repository on WIDER FACE test set)

Model Size Accuracy(Easy Set,Medium Set,Hard Set) Note
CenterFace 7.2MB 93.2%,92.1%,87.3% This model file is sourced from CenterFaceMIT license

Detailed Deployment Documents

Release Note