HumanSignal / HumanSignal/label-studio
Label Studio continue loading Prediction without end
- 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:

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:

Contributor guide
Assessment
This issue has not been assessed yet.