PaddleOCR
PaddleOCR copied to clipboard
Tensorrt in jetson nano
Using --use tensorrt is giving prediction time more than without using Tensorrt in jetson nano why and where is .trt file generated ?
Using trt will be very time-consuming when building a graph for the first time, and the speed advantage will only be seen during continuous inference.