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
Recently I found an issue with brushlabels, which is that a few brushlabels can decrease the annotation performance. The operations on editor is very laggy. Submitting/Updating takes more than 5 seconds and some times the how browser tab freezes.
Here is how to reproduce it:
Install latest version (1.16.0) with pip: pip install label-studio
Create a project with only one task (image). Define label config with a very simple BrushLabel:
Our engineering team is actively working on further optimizations to reduce the processing overhead of brush annotations. In the meantime, if you could share any additional details (such as browser console logs when the freeze happens), it would help us diagnose the issue further
Hello team,
Recently I found an issue with brushlabels, which is that a few brushlabels can decrease the annotation performance. The operations on editor is very laggy. Submitting/Updating takes more than 5 seconds and some times the how browser tab freezes.
Here is how to reproduce it:
Install latest version (1.16.0) with pip: pip install label-studio
Create a project with only one task (image). Define label config with a very simple BrushLabel:
Now start to annotate, add 5 or 6 annotations. Then click "Submit", the browser freezes for 10 seconds and then finally the task gets submitted.
The text was updated successfully, but these errors were encountered: