Files
FastDeploy/examples/vision/facealign/pfld/README.md
WJJ1995 9437dec9f5 [Model] add PFLD model (#433)
* support face alignment PFLD

* add PFLD demo

* fixed FaceAlignmentResult

* fixed bugs

* fixed img size

* fixed readme

* deal with comments

* fixed readme

* add pfld testcase

* update infer.py

* add gflags for example

* update c++ readme

* add gflags in example

* fixed for ci

* fixed gflags.cmake

* deal with comments

* update infer demo

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-11-02 11:50:16 +08:00

964 B
Raw Blame History

PFLD 模型部署

模型版本说明

支持模型列表

目前FastDeploy支持如下模型的部署

下载预训练模型

为了方便开发者的测试下面提供了PFLD导出的各系列模型开发者可直接下载使用。

模型 参数大小 精度 备注
pfld-106-v2.onnx 4.9M -
pfld-106-v3.onnx 5.6MB -
pfld-106-lite.onnx 1.1MB -

详细部署文档