48 lines
767 B
Plaintext
48 lines
767 B
Plaintext
infer_config {
|
|
unique_id: 1
|
|
gpu_ids: [0]
|
|
max_batch_size: 16
|
|
backend {
|
|
triton {
|
|
model_name: "pose_detection"
|
|
version: -1
|
|
model_repo {
|
|
root: "/root/pose_detection/models"
|
|
strict_model_config: true
|
|
}
|
|
}
|
|
}
|
|
|
|
preprocess {
|
|
network_format: IMAGE_FORMAT_RGB
|
|
tensor_order: TENSOR_ORDER_LINEAR
|
|
maintain_aspect_ratio: 0
|
|
normalize {
|
|
scale_factor: 0.003921569
|
|
channel_offsets: [0, 0, 0]
|
|
}
|
|
}
|
|
|
|
postprocess {
|
|
other {}
|
|
}
|
|
|
|
extra {
|
|
copy_input_to_host_buffers: false
|
|
output_buffer_pool_size: 4
|
|
}
|
|
|
|
custom_lib {
|
|
path: ""
|
|
}
|
|
}
|
|
|
|
input_control {
|
|
process_mode: PROCESS_MODE_FULL_FRAME
|
|
operate_on_gie_id: -1
|
|
interval: 0
|
|
}
|
|
|
|
output_control {
|
|
output_tensor_meta: true
|
|
} |