cmvr_edge_ai/models/detection/people-talking-yolov8x/v2/manifest.json

48 lines
1.1 KiB
JSON

{
"artifact": "models/detection/people-talking-yolov8x/v2/model.onnx",
"artifact_sha256": "b4387307dbdf1083c0229a12e833ccdc4a3ad0063d5bdb7908765072470e840b",
"backend": "onnxruntime-yolov8",
"export": {
"batch": 1,
"dynamic": false,
"format": "onnx",
"half": false,
"nms": false,
"opset": 17,
"simplify": true
},
"input": {
"layout": "NCHW",
"letterbox_color": [
114,
114,
114
],
"normalization": "uint8 / 255",
"pixel_format": "RGB",
"shape": [
1,
3,
640,
640
]
},
"labels": [
"label",
"talking on phone"
],
"model_id": "people-talking-yolov8x@2",
"schema_version": "cmvr.detection-model-manifest/v1",
"source": "models/detection/people-talking-yolov8x/v1/best.pt",
"source_model_id": "people-talking-yolov8x@1",
"source_sha256": "86cd63926de1c69f70dd7f8755e4de9e382bbdeb0668821b7c3846b826471526",
"task": "detect",
"tools": {
"onnx": "1.22.0",
"onnxruntime": "1.23.2",
"onnxslim": "0.1.94",
"torch": "2.7.0+cpu",
"ultralytics": "8.4.31"
}
}