These labels still exist in annotations error
See original GitHub issueGetting These labels still exist in annotations
error when trying to delete object classes in labeling interface even though all objects of this class were removed.
Tried using label-studio filter by “annotations results” and also made a direct SQL-query select * from task_completion tc where "result" LIKE '%cage%'
to check that there are no more annotations of that class.
Restarting label-studio doesn’t help.
Environment:
- OS: Ubuntu 20.04
- Label Studio Version 1.0.0-post3
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Convert Labels to Annotation Failing (Error 000287...
I keep trying to convert my labels to annotations using ArcPro and keep getting this error: 000287: Failed to create output feature class....
Read more >ArcMap 10.8.1 error creating annotation feature class. General ...
I have a folder with labels stored in shape format. We use to convert labels into annotations in a second step.
Read more >Label Studio Documentation — Troubleshoot Label Studio
If you encounter an issue using Label Studio, use this page to troubleshoot ... Go to browser console (Ctrl + Shift + i...
Read more >Converting labels to annotation—Help | ArcGIS for Desktop
Some labels may not be currently displayed on the map because there is no room for them. To convert these labels, check the...
Read more >Non-Terminal JSON Line Validation Errors - Rekognition
Validation errors typically occur in manually created manifest files. ... You can't use the Amazon Rekognition Custom Labels console to fix this error....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Could you try these steps to reproduce the issue:
Current behaviours:
a) In previous release like this one
heartexlabs/label-studio@sha256:95232dfce519ce13b7e6aebf118242817f999bff2ba17ebbaff295199a12a506
Label Studio will silently remove the task, but will prevent changes for labelsb) In latest release like
heartexlabs/label-studio@sha256:e048d8df494e0e4b08ce7a928705a4f6d2178b717ddd2cd2ecef333ad2e0d7ba
Label Studio will show this Runtime Error:Example of label config:
Example of creating tasks:
This appears to be fixed as of v1.4.1post1(didn’t try rc0).
Thanks @makseq!