Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you provide "Real" command to test the Text evaluation please ? #86

Open
Sanix-Darker opened this issue Oct 21, 2019 · 1 comment
Open

Comments

@Sanix-Darker
Copy link

For the command :

python evaluate.py textrec 
<path to dir with specified items> 
<name of snapshot to evaluate> 
<path to ground truth file> 
<path to char map (e.g. ctc_char_map.json)> 23

Is it possible to provide real values please ? For a working example.

@Bartzi
Copy link
Owner

Bartzi commented Oct 22, 2019

Hi,

let's assume you downloaded the file text_recognition_model.zip from the Website mentioned in the README. You extract the archive and put it in the directory ~/recognition. You cloned the repository into the directory ~/see and you are currently in that directory.
Then the following should work:

python evaluate.py textrec ~/recognition/model model_190000.npz ~/recognition/small_dataset/gt_word.csv ~/recognition/small_dataset/ctc_char_map.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants