Bartzi / see

Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"
GNU General Public License v3.0
573 stars 147 forks source link

ModuleNotFoundError: No module named 'chainer' #83

Open nithrous opened 4 years ago

nithrous commented 4 years ago

Hi, I run fsns_demo.py in chainer folder and get:

ModuleNotFoundError: No module named 'chainer'

How can I fix that?

Bartzi commented 4 years ago

Did you follow the installation instructions in README.md?