build crnn engine from scratch with pure tensorrt api
v7.2
- 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
cd crnn
mkdir build && cd build && cmake ..
make
First, download weights file : crnn.wts
./crnn -s
./crnn -d