junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

ML Tasks Image OCR CTC #189

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Reference

Brief

Install warp-ctc

git clone https://github.com/SeanNaren/warp-ctc.git
cd warp-ctc
mkdir build; cd build
cmake ..
make warpctc
../pytorch_binding/
python setup.py install
junxnone commented 4 years ago

junxnone/tech-io#749 junxnone/aiwiki#188