see
see copied to clipboard
Can you provide "Real" command to test the Text evaluation please ?
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.
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