English | [简体中文](README_CN.md) # PFLD Model Deployment ## Model Description - [PFLD](https://github.com/Hsintao/pfld_106_face_landmarks/commit/e150195) ## List of Supported Models Now FastDeploy supports the deployment of the following models - [PFLD Model](https://github.com/Hsintao/pfld_106_face_landmarks) ## Download Pre-trained Models For developers' testing, models exported by PFLD are provided below. Developers can download and use them directly. | Model | Parameter Size | Accuracy | Note | |:---------------------------------------------------------------- |:----- |:----- | :------ | | [pfld-106-v2.onnx](https://bj.bcebos.com/paddlehub/fastdeploy/pfld-106-v2.onnx) | 4.9M | - | | [pfld-106-v3.onnx](https://bj.bcebos.com/paddlehub/fastdeploy/pfld-106-v3.onnx) | 5.6MB | - | | [pfld-106-lite.onnx](https://bj.bcebos.com/paddlehub/fastdeploy/pfld-106-lite.onnx) | 1.1MB | - | ## Detailed Deployment Tutorials - [Python Deployment](python) - [C++ Deployment](cpp)