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
Expected Behavior:
The prediction should be displayed in Label Studio.
Actual Behavior:
Instead of the prediction, I get a generic "Validation error" message.
Troubleshooting:
I've tried sending simple predictions (e.g., a rectangle) with no success. The error persists, making it difficult to debug the issue.
Previous version:
In the previous version of Label Studio, the prediction process was clearer. The new version lacks clear instructions and debugging tools, making it difficult to diagnose and fix this problem.
Please help me understand:
What's wrong with the data my model is sending?
How can I debug this "Validation error" and ensure proper prediction display in Label Studio?
Additional notes:
The rle data is encoded according to the Label Studio format. I've checked the documentation and my code, but I can't find any errors.
I've tried multiple versions of Label Studio (1.11.x, 1.12.1), but the issue persists.
I appreciate your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered:
I'm experiencing a "Validation error" in Label Studio when sending predictions from my backend.
Steps to Reproduce:
/predict
endpoint with the following JSON payload:200 OK
response with the following JSON:Expected Behavior:
The prediction should be displayed in Label Studio.
Actual Behavior:
Instead of the prediction, I get a generic "Validation error" message.
Troubleshooting:
I've tried sending simple predictions (e.g., a rectangle) with no success. The error persists, making it difficult to debug the issue.
Previous version:
In the previous version of Label Studio, the prediction process was clearer. The new version lacks clear instructions and debugging tools, making it difficult to diagnose and fix this problem.
Please help me understand:
Additional notes:
rle
data is encoded according to the Label Studio format. I've checked the documentation and my code, but I can't find any errors.I appreciate your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: