You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: