HumanSignal / HumanSignal/label-studio
"Label all tasks" doesn't show predictions
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Describe the bug**
I have a Label Studio project configured to import tasks from an S3 bucket. This appears to work correctly - if I trigger a sync the new tasks show up in the project. However, when I try and label a task, none of the predictions are shown. If I open the task manually, the predictions do show up.
Here is a screenshot of "Label All Tasks"

And here is the task itself:

The task JSON is:
```json
{
"id": 3026,
"data": {
"image": "/tasks/3026/presign/?fileuri=czM6Ly9jaXJjdWl0aHViLWxhYmVsLXN0dWRpby9maWRzLTYvMGJkYjkzN2YtNTY4Mi00OGM0LTliZjctMjNkMTBlMmUwMzUzLTEuMCBtbS0xLjAtb3JpZy5qcGc="
},
"annotations": [],
"predictions": [
{
"id": 2446,
"result": [
{
"from_name": "label",
"id": "result1",
"image_rotation": 0,
"original_height": 2049,
"original_width": 2049,
"to_name": "image",
"type": "ellipselabels",
"value": {
"ellipselabels": [
"Fid"
],
"radiusX": 1.3551961697183725,
"radiusY": 1.3551961697183725,
"x": 50.29391600132686,
"y": 49.662820230524034
}
}
],
"model_version": "",
"created_ago": "4 minutes",
"score": null,
"cluster": null,
"neighbors": null,
"mislabeling": 0,
"created_at": "2024-12-05T16:43:57.137065Z",
"updated_at": "2024-12-05T16:43:57.137096Z",
"model": null,
"model_run": null,
"task": 3026,
"project": 6
}
]
}
```
And my project config is:
```xml
```
**Environment (please complete the following information):**
- Label Studio Version 1.13.1
Contributor guide
Assessment
This issue has not been assessed yet.