Hi @Charly,
Do not you have higher SD corruption risk if you enable swap memory?
Here you can find the specification about the config file:
https://docs.nvidia.com/metropolis/deepstream/plugin-manual/index.html#page/DeepStream%20Plugins%20Development%20Guide/deepstream_plugin_details.3.01.html#wwpID0E0OFB0HA
The models from test3 fails to detect during night most probably because you are passing a grayscale image.
I was trying to use solve this issue by putting an OpenCV preprocessing before the detector model. I have seen that a simple Sepia filtering is improving the detection rate significantly.
Maybe you have some ideas about how to solve the point that is blocking me:
Thanks