Please provide complete information as applicable to your setup.
**• Hardware Platform (GPU) T4
**• DeepStream Version 6.1.1 triton container
**• Issue Type( questions)
Nvinferserver guide manual deatails : The Gst-nvinferserver Plugin’s default preprocessing cannot be disabled. Color conversion, datatype conversion, input scaling and object cropping are continue working in nvds_infer_server
natively. The Gst-nvinferserver plugin can support Triton ensemble models for further custom preprocessing, backend and postprocessing through Triton custom-backends.
My questions Details : DS’s built-in preprocess plugin doesn’t match the preprocess of yolov5-6.0 such as padding method. The different preprocess method cause output of DS’s triton-grpc different from the out of origin mode code.
My questions : Can I customize the preprocess plugin ? How to do it ? I read the official documentation but still don’t understand,help please