infer_config { unique_id: 5 gpu_ids: [0] max_batch_size: 1 backend { trt_is { model_name: "yolov5" version: -1 model_repo { root: "../" log_level: 2 tf_gpu_memory_fraction: 0.8 tf_disable_soft_placement: 0 } } } preprocess { network_format: IMAGE_FORMAT_RGB tensor_order: TENSOR_ORDER_LINEAR maintain_aspect_ratio: 0 normalize { scale_factor: 1.0 channel_offsets: [0, 0, 0] } } postprocess { labelfile_path: "../yolov5/yolov5_labels.txt" other {} } extra { copy_input_to_host_buffers: false } custom_lib { path: "libnvdsinfer_custom_impl_Yolo.so" } } input_control { process_mode: PROCESS_MODE_FULL_FRAME interval: 0 } output_control { output_tensor_meta: true }