-
-
Notifications
You must be signed in to change notification settings - Fork 361
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 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: