Please provide complete information as applicable to your setup.
• Hardware Platform (JGPU)
**• DeepStream Version 5.0
**• TensorRT Version7.0
**• NVIDIA GPU Driver Version 460
**• Issue Type questions
• How to reproduce the issue ? (Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. )
Dear friend:
I hope to add some preprocessing for tracking by YoloV4. Such as enhance the image. The yolov4 is the pytorch version. I check the issue in this forums. And I find a method that can add the preprocess in the “nvdinfer_context_impl.cpp”. Maybe, it is a little difficult for me.
In my mind, I hope to add the preprocessing in the python code of YoloV4, and then transform it to ONNX then Engine file. Dose this method work? That you very much. If this method is invalid, I must modify the “nvdsinfer_context_impl.cpp” in the “opt/nvidia/deepstream/source/libs/nvdsinfer”. So how to add add the preprocess into the “deepstream-app.txt”?
Thank you very much