Skip to content

wuzuowuyou/tensorRT_CRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorRT_CRNN

For the Pytorch implementation, you can refer to wuzuowuyou/CRNN_Chinese_Characters_res18_senet

How to run

1. generate wts file. from pytorch
python CRNN_Chinese_Characters_res18_senet/demo_get_wts_for_trt.py
// a file 'refinedet.wts' will be generated.

2. build tensorRT_CRNN and run or Using clion to open a project(recommend)
Configuration file in configure.h
You need configure your own paths and modes(SERIALIZE or INFER)
Detailed information reference configure.h
mkdir build
cd build
cmake ..
make

dependence

TensorRT-7.2.3.4
OpenCV 3.4.6
libtorch 1.7

More Information

wuzuowuyou/CRNN_Chinese_Characters_res18_senet
wuzuowuyou/crnn_libtorch
wuzuowuyou/tensorRT_CRNN
wang-xinyu/tensorrtx
If this repository helps you,please star it. Thanks.

About

tensorrt,crnn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published