MhLiao / MaskTextSpotter

A PyTorch implementation of Mask TextSpotter
https://github.com/MhLiao/MaskTextSpotter
414 stars 96 forks source link

how to evaluate end2end results? #80

Open ustczhouyu opened 3 years ago

ustczhouyu commented 3 years ago

Hello, what is the meaning of GenericVocabulary_new.txt and GenericVocabulary_pair_list.txt? I can only find ch4_GenericVocabulary.txt in ICDAR website. What is the different betwenn them?

lexicon_path = '../../lexicons/ic15/GenericVocabulary_new.txt' lexicon_fid=open(lexicon_path, 'r') pair_list = open('../../lexicons/ic15/GenericVocabulary_pair_list.txt', 'r')