diff --git a/data/inferserver/face_detector_config.txt b/data/inferserver/face_detector_config.txt index 603d9ff..442cabf 100644 --- a/data/inferserver/face_detector_config.txt +++ b/data/inferserver/face_detector_config.txt @@ -1,19 +1,20 @@ infer_config { unique_id: 3 gpu_ids: [0] - max_batch_size: 16 + max_batch_size: 1 backend { triton { model_name: "face_recognition" version: -1 grpc{ - url: "localhost:9001" + url: "localhost:8071" } } } preprocess { - network_format: IMAGE_FORMAT_RGB + # network_format: IMAGE_FORMAT_RGB + network_format: IMAGE_FORMAT_BGR tensor_order: TENSOR_ORDER_LINEAR maintain_aspect_ratio: 1 symmetric_padding: 1