Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 5.0.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.0
• NVIDIA GPU Driver Version (valid for GPU only) 440
• Issue Type( questions, new requirements, bugs) questions
Hi I have previously run yolov4 on deepstream using yolov4_deepstream/README.md at master · NVIDIA-AI-IOT/yolov4_deepstream · GitHub and it works well.
I see that recently there is a vastly improved Yolov4 https://github.com/AlexeyAB/darknet/issues/7087 Scaled-Yolov4. I tried to use the new cfg file and weights for this version with the above nvidia deepstream github but while it builds the results are worse than normal yolov4.
Is there something I need to change to be able to use this new model? Thanks