see icon indicating copy to clipboard operation
see copied to clipboard

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

Open Sanix-Darker opened this issue 6 years ago • 1 comments

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.

Sanix-Darker avatar Oct 21 '19 14:10 Sanix-Darker

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

Bartzi avatar Oct 22 '19 15:10 Bartzi