My model’s Deepstream parser is expecting a tensor shape with bounding box, score and class separately. However, my custom trained yolov8 model, converted to onnx and then to ,engine file has an output tensor of (1, 84, 8400) due to which, I believe, I am getting segmentation fault since the Deepstream Parser Yolo is unable to access the memory of the new tensor output of the custom trained model.
What to do?
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.