YuNet
ONNX models for inference with EZONNX
Model type:
Face and landmark detectionOfficial paper:
YuNetSetup
pip install git+https://github.com/ikeboo/ezonnx.gitUsage
from ezonnx import YuNet, visualize_images det = YuNet(topk=1000) ret = det("images/many_faces.jpg") visualize_images("result",ret.visualized_img)