drkareemkamal's picture
Update models/yolov8_onnx/config.pbtxt
3507e8a verified
raw
history blame contribute delete
196 Bytes
platform: "onnxruntime_onnx"
max_batch_size: 8
input [
{
name: "images"
data_type: TYPE_FP32
dims: [3,640,640 ]
}
]
output [
{
name: "output0"
data_type: TYPE_FP32
dims: [ -1, -1]
}
]