-
Notifications
You must be signed in to change notification settings - Fork 388
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
Fix : emoji length cause overlapping #2621
Conversation
I'm looking forward to the resolution of this bug, but I don't think this PR is exactly the solution. As the issue is not limited to emojis |
Hi @cceyda, sorry for the delay of answer. You are right, the solution will be update. We will tackle this fix as soon as possible :) |
Hello @cceyda, sorry again for the delay of answer. |
Description
Because Emoji not always have a size of one, this can cause overlapping in prediction and annotation.
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Closes #2353
Type of change
Changes in Back and Front need to be done
Front
Back
(Please delete options that are not relevant. Remember to title the PR according to the type of change)
How Has This Been Tested
(Please describe the tests that you ran to verify your changes. And ideally, reference
tests
)Checklist