mirror of
https://github.com/dev6699/face.git
synced 2026-04-22 23:17:27 +08:00
588 B
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
]
}
]
}