Closed zico-1 closed 3 years ago
1: I think editdistance package gets shipped only as C++ code, so you need a C++ compiler installed. On Linux install g++, and on Windows I usually use Visual Studio. Then "pip install editdistance" should work.
But it is only needed for validation, so if you only want to infer, you can just ignore it and not install it.
2: if it's a single word, then both models should read the same. What's your input image?
Alright will try with visual studio. Input image is snapshot 13
image != snapshot
Adding to sir's comment , I have used pycharm to run this repository and have not faced any editdistance issue idea is you may use Anaconda at the background and try both " pip install editdistance " or " conda install -c conda -forge editdistance" , pycharm is highly compatible with Anaconda give it a try
Hi after downloading the zip model file. I moved it to the SRC file and ran the main file using pycharm. The issue i have is related to the editdistance module,