Bartzi / stn-ocr

Code for the paper STN-OCR: A single Neural Network for Text Detection and Text Recognition
https://arxiv.org/abs/1707.08831
GNU General Public License v3.0
499 stars 137 forks source link

ctc.h no such file or directory #7

Closed pribadihcr closed 7 years ago

pribadihcr commented 7 years ago

HIi @Bartzi,

I got the following error: ctc_loss.cpp:509:17: fatal error: ctc.h: No such file or directory

Bartzi commented 7 years ago

You get the error because you did not correctly install warpctc on your system (step 4 of the installation steps) ;). Make sure you installed it in a way, that it can be found by the compiler (try make install) and then it should work!