From 55582db3c801efc96b33e3d8bfb7a0f3fc880bea Mon Sep 17 00:00:00 2001 From: Barzan Hayati Date: Tue, 23 Sep 2025 19:26:21 +0000 Subject: [PATCH] Modify triton face detection configuration --- data/inferserver/face_detector_config.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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