-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to get INT8 engine with Deepstream7.1 #585
Comments
same issue,and I found ultralytics/ultralytics#15806 says that downgrade TensorRT to 8.6.1.6 works,so maybe yolo int8 models are incompatible with TensorRT 10.X... |
same issue, Building the TensorRT Engine ERROR: [TRT]: [checkSanity.cpp::checkLinks::218] Error Code 2: Internal Error (Assertion item.second != nullptr failed. region should have been removed from Graph::regions) same config as above. Ps |
Which model are you using? Can you send the full log? |
I'm running Yolov8. the issue is present only for INT8 Calibration. rapit@ubuntu:~/DeepStream-Yolo$ deepstream-app -c deepstream_app_config.txt Building the TensorRT Engine File does not exist: /home/rapit/DeepStream-Yolo/calib.table [primary-gie] GNU nano 6.2 config_infer_primary_yoloV8.txt [class-attrs-all] |
Looks like it's a issue with the TRT 10.3 for Jetson boards. I don't have a Orin to debug, so it's hard to check this issue. |
Hi, I'm putting my issue in this thread because it is related, I'm running YOLOX model without int8 calibration and I also have an issue on jetson orin board with TRT 10.3: ERROR: [TRT]: IBuilder: :buildSerializedNetwork: Error Code 10: Internal Error (Could not find any implementation for node /0/backbone/stem/conv/conv/Conv.) Can this error help in any way? Should we try implementing lower versions? Unfortunately, this requires reflash of the board. I'll try in the next days on a desktop gpu to see how it runs. |
@Foglia-m did you convert the pth model with the |
@marcoslucianops Yes I did! I also trained a yolov8 and managed to build the tensorrt engine on deepstream. For the yolox I also tried setting a higher opset number when converting to onnx but it did not work out either. |
@Foglia-m I don't have Orin board to test, so it's hard to debug this issue. |
@marcoslucianops I did manage to build the tensor engine using deepstream on a laptop, but I'm still failing on the jetson. |
Hi, I tried to get yolov8 INT8 engine file by following steps from https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/INT8Calibration.md.
However, I getting this 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) Segmentation fault (core dumped)" when running command "deepstream-app -c deepstream_app_config.txt". Could you help me on this issue?
Here are the configuration that I have run with:
The text was updated successfully, but these errors were encountered: