Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) RTX3050
• DeepStream Version 7.0
peoplenet model
is used for my application.
Pls see one image of my video stream. It is night vision so image contrast is not good. I like to enhance image contrast to improve peoplenet model detection.
Looked at deepstream-preprocess-test sample and not quite sure what to do.
So to deploy preprocessing before pgie, the command is like follow? Need to add config_preprocess.txt before main config file?
./deepstream-app -c ../../../../samples/configs/config_preprocess.txt ../../../../samples/configs/deepstream-app/peoplenet_main.txt
How to implement image enhancement for contrast improvement in config file?