Preprocessing of data before running inference

• Hardware Platform (Jetson / GPU) jetson Nano 4gb
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only) 4.5.1
• Issue Type( questions, new requirements, bugs) question

Am fairly new to deepstream. I read that deepstream “pre-process the data before running inference” I want to know what methods of data pre-processing were used (in addition to image scaling)?

In addition to image scaling, there is format conversion(e.g. from YUV to RGB), normalization in preprocessing with deepstream.