EAST icon indicating copy to clipboard operation
EAST copied to clipboard

how to avoid symbol or icon

Open kurikabocya opened this issue 5 years ago • 0 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 ?

kurikabocya avatar Mar 23 '21 01:03 kurikabocya