mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00

* 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
English | 简体中文
CenterFace Ready-to-deploy Model
- The deployment of the CenterFace model is based on CenterFace and Pre-trained Model Based on WIDER FACE
- (1)The *.onnx provided by Official Repository can be deployed directly;
- (2)The CenterFace train code is not open source and users cannot train it.
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 CenterFace,MIT license |
Detailed Deployment Documents
Release Note
- Document and code are based on CenterFace