infer_config { unique_id: 1 gpu_ids: [0] max_batch_size: 1 backend { trt_is { model_name: "mymodel" version: -1 model_repo { root: "../../trtis_model_repo" strict_model_config: true log_level: 2 } } } preprocess { network_format: IMAGE_FORMAT_RGB tensor_order: TENSOR_ORDER_LINEAR maintain_aspect_ratio: 0 frame_scaling_hw: FRAME_SCALING_HW_DEFAULT frame_scaling_filter: 1 normalize { scale_factor: 0.0078125 channel_offsets: [128, 128, 128] } } postprocess { trtis_classification { topk: 10 threshold:0.1 } } extra { copy_input_to_host_buffers: false output_buffer_pool_size: 2 } } input_control { process_mode: PROCESS_MODE_FULL_FRAME interval: 0 } output_control { output_tensor_meta : true }