Add pose detection model with git lfs

This commit is contained in:
Barzan Hayati 2025-09-22 17:05:26 +00:00
parent 74bbced307
commit d49a0ae50c
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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
}

BIN
pose_detection/models/pose_detection/1/model.onnx (Stored with Git LFS) Normal file

Binary file not shown.