HumanSignal / HumanSignal/label-studio

Label Studio continue loading Prediction without end

Open
#7,436 5 comments 0 reactions 0 assignees View on GitHub
community_needs-information
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

**Describe the bug**
I have a segmentation project with polygons. I uploaded prediction polygon using .json file. After I open the image, Label Studio stuck in some loading process:

![Image](https://github.com/user-attachments/assets/ce3d8ceb-09a6-4c32-8de7-c0694c025e6c)

You can see, that Label Studio visualized my polygons, but just continue load something.

Here is my source for task (omit points here):

{
"id": 311223,
"data": {
"image": "/data/local-files/?d=auto_damage/carDD_total/000001.jpg"
},
"annotations": [],
"predictions": [
{
"id": 264649,
"result": [
{
"id": 0,
"type": "polygonlabels",
"value": {
"points": [...],
"polygonlabels": [
"scratch"
]
},
"original_width": 1000,
"original_height": 750,
"to_name": "image",
"from_name": "label"
},
{
"id": 1,
"type": "polygonlabels",
"value": {
"points": [...],
"polygonlabels": [
"tire flat"
]
},
"original_width": 1000,
"original_height": 750,
"to_name": "image",
"from_name": "label"
}
],
"model_version": "v1.0",
"created_ago": "1 minute",
"score": 0.5,
"cluster": null,
"neighbors": null,
"mislabeling": 0,
"created_at": "2025-04-28T22:17:40.376224Z",
"updated_at": "2025-04-28T22:17:40.376241Z",
"model": null,
"model_run": null,
"task": 311223,
"project": 174
}
]
}

And here is my labeling interface:

![Image](https://github.com/user-attachments/assets/d6aeef68-a564-4269-a265-1f1c88efe82a)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.