bgshih / crnn

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
MIT License
2.05k stars 549 forks source link

Is the Pytorch version possible? #48

Closed Stephaneffff closed 7 years ago

Stephaneffff commented 7 years ago

This project is great, but is not easy to use (lua language and some libs...), is it possible to use pytorch to translate this version?

bgshih commented 7 years ago

@Cyker Here is one https://github.com/meijieru/crnn.pytorch. But I haven't tested it yet.