AIZOOTech / FaceMaskDetection

开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
https://demo.aizoo.com/face-mask-detection.html
MIT License
2.08k stars 618 forks source link

Provide TFLite example #64

Closed albydnc closed 4 years ago

albydnc commented 4 years ago

Hi, I am trying to use your model on a RPi4 and I would like to know if you have an example for tflite runtime. Thank you.

AIZOOTech commented 4 years ago

Currently no. However we provide the tflite model on models directory. You can load it and add the postprocess code to get the output. The postprocess code is same with tf or pytorch postprocess code.