Fix models path

This commit is contained in:
Barzan Hayati 2025-09-22 21:32:06 +00:00
parent d49a0ae50c
commit 8b2670ac35
2 changed files with 3 additions and 33 deletions

View File

@ -1,33 +0,0 @@
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/config.pbtxt (Stored with Git LFS) Normal file

Binary file not shown.