jkjung-avt / tensorrt_demos

TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
https://jkjung-avt.github.io/
MIT License
1.74k stars 545 forks source link

Failed to build the TensorRT engine --int8 #603

Open mr-grixa opened 1 year ago

mr-grixa commented 1 year ago

When running

python3 onnx_to_tensorrt.py -m yolov4-416 --int8

An error occurs

[07/12/2023-11:55:50] [TRT] [E] 10: Could not find any implementation for node 002_convolutional.
[07/12/2023-11:55:50] [TRT] [E] 10: [optimizer.cpp::computeCosts::3869] Error Code 10: Internal Error (Could not find any implementation for node 002_convolutional.)
ERROR: failed to build the TensorRT engine!

Hardware: RTX3060. Without --int8 everything works fine. Any idea how to solve it?