You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented multistream deepstream pipeline using deepstream_test_3.py for custom yolov8 model with fp32 and using the custom-lib-pathas libnvdsinfer_custom_impl_Yolo.so it was working fine but when i am trying to run with network-mode=1 for int8 precision I am getting the following error.
ERROR: [TRT]: [checkSanity.cpp::checkLinks::218] Error Code 2: Internal Error (Assertion item.second != nullptr failed. region should have been removed from Graph::regions)
/opt/nvidia/deepstream/deepstream-7.1/entrypoint.sh: line 15: 30 Segmentation fault (core dumped) /opt/nvidia/nvidia_entrypoint.sh $@
The text was updated successfully, but these errors were encountered:
• Hardware Platform (Jetson / GPU) NVIDIA Geforce RTX 3090
• DeepStream Version7.1
• TensorRT Version10.3
**• NVIDIA GPU Driver Version (valid for GPU only)**560.35.03
I have implemented multistream deepstream pipeline using deepstream_test_3.py for custom yolov8 model with fp32 and using the custom-lib-pathas libnvdsinfer_custom_impl_Yolo.so it was working fine but when i am trying to run with network-mode=1 for int8 precision I am getting the following error.
ERROR: [TRT]: [checkSanity.cpp::checkLinks::218] Error Code 2: Internal Error (Assertion item.second != nullptr failed. region should have been removed from Graph::regions)
/opt/nvidia/deepstream/deepstream-7.1/entrypoint.sh: line 15: 30 Segmentation fault (core dumped) /opt/nvidia/nvidia_entrypoint.sh $@
The text was updated successfully, but these errors were encountered: