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

Missing configurations(ImportError: cannot import name 'configuration') #89

Open ashishgupta2598 opened 4 years ago

ashishgupta2598 commented 4 years ago

Traceback (most recent call last): File "fsns_demo.py", line 19, in from chainer import configuration ImportError: cannot import name 'configuration'

When I checked inside chainer their Is no configurations. I have installed the requirements from requirements.txt.

Bartzi commented 4 years ago

could you provide the command you used to run the script?