Files
FastDeploy/examples/vision/facedet/blazeface
CoolCola 42d14e7119 [Model] Support BlazeFace Model (#1172)
* fit yolov7face file path

* TODO:添加yolov7facePython接口Predict

* resolve yolov7face.py

* resolve yolov7face.py

* resolve yolov7face.py

* add yolov7face example readme file

* [Doc] fix yolov7face example readme file

* [Doc]fix yolov7face example readme file

* support BlazeFace

* add blazeface readme file

* fix review problem

* fix code style error

* fix review problem

* fix review problem

* fix head file problem

* fix review problem

* fix review problem

* fix readme file problem

* add English readme file

* fix English readme file
2023-02-06 14:24:12 +08:00
..

English | 简体中文

BlazeFace Ready-to-deploy Model

Export PADDLE model

Visit BlazeFace Github library, download and install according to the instructions, download the . yml and . params model parameters, and useexport_ Model. pygets thepadmodel file. yml,. pdiparams,. pdmodel .

  • Download BlazeFace model parameter file
Network structure input size number of pictures/GPU learning rate strategy Easy/Media/Hard Set prediction delay (SD855) model size (MB) download configuration file
BlazeFace 640 8 1000e 0.885 / 0.855 / 0.731 - 0.472 Download link Config file
BlazeFace-FPN-SSH 640 8 1000e 0.907 / 0.883 / 0.793 - 0.479 Download link Config file
  • Export paddle-format file
    python tools/export_model.py -c configs/face_detection/blazeface_1000e.yml -o weights=blazeface_1000e.pdparams --export_serving_model=True
    

Detailed Deployment Tutorials

Release Note

  • This tutorial and related code are written based on BlazeFace