diff --git a/pose_detection/models/pose_detection/1/config.bptxt b/pose_detection/models/pose_detection/1/config.bptxt new file mode 100644 index 0000000..1d74c92 --- /dev/null +++ b/pose_detection/models/pose_detection/1/config.bptxt @@ -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 +} diff --git a/pose_detection/models/pose_detection/1/model.onnx b/pose_detection/models/pose_detection/1/model.onnx new file mode 100644 index 0000000..cdcf5a1 --- /dev/null +++ b/pose_detection/models/pose_detection/1/model.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2f8d80d9e2789ef7c57509ae1e328476f66e7024006fbf1f7aa0f045256cf1 +size 83787716