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

* Remove redundant code for segmentation. * Classification Documentation and example improvement. * Ocr Documentation and example improvement. * 1.detection、face、seg module add "svPreview.enableCamera();". 2.java/android add fastdepolyUi module. * examples/vision/ to add OCRv3. * Modify UI directory name. * Refresh examples\vision,change OCR README.md * Update ui module * Update ui module * [Android] add enableCamera method. Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
人脸检测模型
FastDeploy目前支持如下人脸检测模型部署
模型 | 说明 | 模型格式 | 版本 |
---|---|---|---|
biubug6/RetinaFace | RetinaFace 系列模型 | ONNX | CommitID:b984b4b |
Linzaer/UltraFace | UltraFace 系列模型 | ONNX | CommitID:dffdddd |
deepcam-cn/YOLOv5Face | YOLOv5Face 系列模型 | ONNX | CommitID:4fd1ead |
deepinsight/SCRFD | SCRFD 系列模型 | ONNX | CommitID:17cdeab |