mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-28 18:51:58 +08:00
* Update VERSION_NUMBER * Update paddle_inference.cmake * Delete docs directory * release new docs * update version number * add vision result doc * update version * fix dead link * fix vision * fix dead link * Update README_EN.md * Update README_EN.md * Update README_EN.md * Update README_EN.md * Update README_EN.md * Update README_CN.md * Update README_EN.md * Update README_CN.md * Update README_EN.md * Update README_CN.md * Update README_EN.md * Update README_EN.md Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com>
人脸识别模型
FastDeploy目前支持如下人脸识别模型部署
| 模型 | 说明 | 模型格式 | 版本 |
|---|---|---|---|
| deepinsight/ArcFace | ArcFace 系列模型 | ONNX | CommitID:babb9a5 |
| deepinsight/CosFace | CosFace 系列模型 | ONNX | CommitID:babb9a5 |
| deepinsight/PartialFC | PartialFC 系列模型 | ONNX | CommitID:babb9a5 |
| deepinsight/VPL | VPL 系列模型 | ONNX | CommitID:babb9a5 |
| paddleclas/AdaFace | AdaFace 系列模型 | PADDLE | CommitID:babb9a5 |