Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to avoid symbol or icon #372

Open
kurikabocya opened this issue Mar 23, 2021 · 0 comments
Open

how to avoid symbol or icon #372

kurikabocya opened this issue Mar 23, 2021 · 0 comments

Comments

@kurikabocya
Copy link

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 kurikabocya changed the title how to avoid symbol how to avoid symbol or icon Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant