Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Orin NX
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) L4T: 36.4.7
• TensorRT Version 10.3.0.30
• NVIDIA GPU Driver Version (valid for GPU only) CUDA 12.6.68
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. 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. Including the module name-for which plugin or for which sample application, the function description)
Hi,
I tries to use yolo11s model in Deepstream and it works well.
But now, in my scenario I want to use yolo11s obb model,
and I saw the topic Deepstream && obb implementation .
Does NVIDIA have supported obb model in Deepstream now?
Or can you support me to finisih this task?
Because I tried to modify Deepstream-Yolo code by Cursor (adding one dimension of angle),
but the generated model can’t detect anything.
Thank you.