You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating setup.py to include all of the dependencies and also updating the ReadMe to make it clear that you need a GPU machine in order to run the code.
The text was updated successfully, but these errors were encountered:
Summary
Hi! Great project and very interesting paper. I've encountered two issues:
setup.py
doesn't include all of the dependenciesSteps to Recreate
After following the setup instructions in your ReadME on Ubuntu 18.04 with python 3.7.4, I tried running:
python tools/test_net.py configs/icdar2015_hourglass88.yaml images_dir results_dir
and received the following error:
After pip installing editdistance, I got another import error:
I pip installed that only to see that
yacs
was also required. Interestingly, yacs is in your setup.py file.pip installing those dependencies got me past the import errors, but then I got the following error:
Recommended Fix
Updating
setup.py
to include all of the dependencies and also updating the ReadMe to make it clear that you need a GPU machine in order to run the code.The text was updated successfully, but these errors were encountered: