argman / EAST

A tensorflow implementation of EAST text detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to avoid symbol or icon

kurikabocya opened this issue · comments

I want to avoid symbol or icon.
EAST detect symbol or icon as text mistakenly.
Reading icdar.py
if label == '*' or label == '###':
text_tags.append(True)
else:
text_tags.append(False)

Please teach me when training EAST,

if ### is used as lable on a line which is surrounding symbol or icon.
does EAST regard it as symbol or icon
and does not detect it as symbol ?