tensorrt_demos
tensorrt_demos copied to clipboard
Failed to build the TensorRT engine --int8
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?