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

fsns_demo error on configuration #73

Closed Jeffyangchina closed 5 years ago

Jeffyangchina commented 5 years ago

Dear host, When i run the fsns_demo.py, it occurred importError: from chainer import configuration. I couldn't find the "configuration", is it removed?

Bartzi commented 5 years ago

Did you check that you are using the correct version of chainer, as indicated in the file requirements.txt?

Jeffyangchina commented 5 years ago

Thank you for your answer,because i didn't install from requirements.txt so i didn't notice the chainer is a python lib, i just saw the same name folder.

Bartzi commented 5 years ago

Yeah, I'm sorry if my naming convention confused you :sweat_smile: