CRNN-Pytorch2TensorRT-via-ONNX icon indicating copy to clipboard operation
CRNN-Pytorch2TensorRT-via-ONNX copied to clipboard

the repository is about the conversion of CRNN model, which is widely used for text recognition. the CRNN model is converted from PyTorch to TensorRT via ONNX

Results 4 CRNN-Pytorch2TensorRT-via-ONNX issues
Sort by recently updated
recently updated
newest added

Thank you for this wonderful project. But I met a problem in python api of tensorrt to inference the model which is trained on pytorch. I found the speed is...

Hi, thanks for your work! I have some problems. When I ran 'pytorch2onnx.py', it worked! But I failed when running onnx2tensorort.py. [TensorRT] ERROR: (Unnamed Layer* 144) [Slice]: slice size must...

the generated onnx input width which is image lenght is fixed? Then how to handle different lenght charactors input prediction when using onnx or tensorrt inference?