Issues in trying to filter by certain annotations

Question:

I am experiencing issues when trying to filter by certain annotations in Label Studio. After entering the annotation tag, the server resets and defaults to the URL ending in ...data?tab=4 . At this point, the system seems to be stuck loading indefinitely, with the opossum animation running but no data being displayed. Do you have any suggestions on how to resolve this?

Answer

To resolve the issue with the server resetting and getting stuck in a loading state, you can attempt to reset the data manager tabs. This can be done within your project settings. Follow these steps:

  1. Go to your project settings in Label Studio.
  2. Scroll down to the ‘Danger Zone’ section.
  3. Click on ‘Reset Data Manager Tabs’ or ‘Drop All Tabs’.

This action should reset the state of the data manager filters and tabs back to their defaults, potentially resolving the loading issue.

However, if the problem persists, the cause might be related to an incorrect filter configuration. Review the filters you are applying to ensure they match the expected format and are correct according to your data scheme. If the problem is indeed due to a wrong filter configuration, correcting the filters should prevent the server from resetting and allow your data to load properly.