Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 582 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 582 Bytes

crnn_tensorrt

build crnn engine from scratch with pure tensorrt api

tensorrt version

v7.2

Feature

  • Implement crnn network from scratch with pure tensorrt layer api
  • Implementing lstm with ILoop API instead of RNNv2
  • Construct network in full dimension mode, support dynamic batch/shape

build and test

cd crnn
mkdir build && cd build && cmake ..
make

generate engine

First, download weights file : crnn.wts

./crnn -s

run test

./crnn -d