Files
face/model/yoloface/README.md
T
2024-07-03 13:13:00 +00:00

588 B

Yoloface with face landmark5 detection


Model description Get model

{
  "name": "yoloface",
  "versions": [
    "1"
  ],
  "platform": "onnxruntime_onnx",
  "inputs": [
    {
      "name": "images",
      "datatype": "FP32",
      "shape": [
        1,
        3,
        640,
        640
      ]
    }
  ],
  "outputs": [
    {
      "name": "output0",
      "datatype": "FP32",
      "shape": [
        1,
        20,
        8400
      ]
    }
  ]
}