Files
FastDeploy/examples/vision/faceid
yeliang2258 45865c8724 [Other] Change all XPU to KunlunXin (#973)
* [FlyCV] Bump up FlyCV -> official release 1.0.0

* XPU to KunlunXin

* update

* update model link

* update doc

* update device

* update code

* useless code

Co-authored-by: DefTruth <qiustudent_r@163.com>
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2022-12-27 10:02:02 +08:00
..

人脸识别模型

模型支持列表

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

模型demo简介

ArcFace,CosFace,PartialFC,VPL同属于deepinsight系列因此demo使用ONNX作为推理框架。AdaFace则采用PaddleInference作为推理框架。