• Hardware Platform ( NVIDIA GeForce RTX 3060 Laptop GPU) • DeepStream Version - 6.1.0 • NVIDIA GPU Driver Version - 510.85.02 • Issue Type - Trying to integrate a segmentation model in deepstream-python-apps and came across this error -
ERROR: some layers missing or unsupported data types in output tensors
0:00:03.769151566 54327 0x30716a0 ERROR nvinfer gstnvinfer.cpp:640:gst_nvinfer_logger:<primary-inference> NvDsInferContext[UID 1]: Error in NvDsInferContextImpl::fillDetectionOutput() <nvdsinfer_context_impl_output_parsing.cpp:683> [UID = 1]: Failed to parse bboxes and instance mask using custom parse function
Segmentation fault (core dumped)
Thanks for your reply.
Sure attaching the onnx file for your reference - onnx file - Google Drive . I’m running the code of deepstream-imagedata-multistream from deepstream_python_apps.
Thanks
You can use https://netron.app/ to check the layer name of your model. The layer name of your model doesn’t match the parameter that you set in the config file.
Thanks for your reply.
I haven’t created a postprocess function ever before. Would you mind sharing any documentation on how to di it?
I did see the attached link but do not have an understanding on what to do next.
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