Fix models path
This commit is contained in:
parent
d49a0ae50c
commit
8b2670ac35
@ -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
BIN
pose_detection/models/pose_detection/config.pbtxt
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user