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
I am currently trying to test an ML backend with a model I created myself. As a practice, I am trying to draw only rectangles in the images. However, when I register the model and open the images in the project, I get the following message on the screen:
Error: [mobx-state-tree] No matching type for union (string[] | undefined?)
I apologize for the inconvenience, but even after trying to resolve it, the issue persists. I found a similar post in a previous issue where it turned out to be a system error, so I am asking for help.
Below, I am attaching the project template and model.py that I am writing as a test.
The Label Studio version is 1.12.0.
Label Studio can access the ML Docker container, and I have confirmed that it can retrieve image sizes and other information.
Hello,
I am currently trying to test an ML backend with a model I created myself. As a practice, I am trying to draw only rectangles in the images. However, when I register the model and open the images in the project, I get the following message on the screen:
Error: [mobx-state-tree] No matching type for union (string[] | undefined?)
I apologize for the inconvenience, but even after trying to resolve it, the issue persists. I found a similar post in a previous issue where it turned out to be a system error, so I am asking for help.
Below, I am attaching the project template and model.py that I am writing as a test.
template
model.py
The text was updated successfully, but these errors were encountered: