YuNet

ONNX models for inference with EZONNX

  • Model type:
    Face and landmark detection

  • Official paper:
    YuNet

  • Setup

    pip install git+https://github.com/ikeboo/ezonnx.git
    
  • Usage

    from ezonnx import YuNet, visualize_images
    det = YuNet(topk=1000)
    ret = det("images/many_faces.jpg")
    visualize_images("result",ret.visualized_img)
    
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support