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

compiling on Windows #15

Closed whulc closed 6 years ago

whulc commented 6 years ago

Hi. I want to know can the code running on a Windows platform. Since it is not clearly declared that the code can't run on windows. I had tried to run the code, but the warp-ctc can't be compiled on Windows. How can I make it?

Bartzi commented 6 years ago

Hi,

the code should be able to run on Windows, but this is totally untested. I can't help you if you want to run the code on Windows and I won't sugget trying to do so.

Good Luck!

dmandreev commented 6 years ago

Hello! I successfully compile and run stn-ocr on Windows with Cuda 8.0 & mxnet 1.0.1 , If you have questions how to do it, feel free to ask. There some tricks with warpctc and mxnet\metrics\ctc. Warpctc for Win published at https://github.com/dmandreev/warp-ctc