PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Tensorrt in jetson nano

Open rajashekar-2002 opened this issue 10 months ago • 1 comments

Using --use tensorrt is giving prediction time more than without using Tensorrt in jetson nano why and where is .trt file generated ?

rajashekar-2002 avatar Apr 14 '24 16:04 rajashekar-2002

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.

tink2123 avatar Apr 21 '24 15:04 tink2123