2025-09-22 21:32:06 +00:00

34 lines
442 B (Stored with Git LFS)
Plaintext

name: "pose_detection"
platform: "onnxruntime_onnx"
max_batch_size: 16
input [
{
name: "images"
data_type: TYPE_FP32
format: FORMAT_NCHW
dims: [3, 640, 640]
}
]
output [
{
name: "output0"
data_type: TYPE_FP32
dims: [100, 57]
}
]
instance_group [
{
kind: KIND_GPU
gpus: [0]
count: 1
}
]
dynamic_batching {
preferred_batch_size: [1, 2, 4, 8, 16]
max_queue_delay_microseconds: 100
}