Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Label all tasks" doesn't show predictions #6759

Open
ocharles opened this issue Dec 5, 2024 · 0 comments
Open

"Label all tasks" doesn't show predictions #6759

ocharles opened this issue Dec 5, 2024 · 0 comments

Comments

@ocharles
Copy link

ocharles commented Dec 5, 2024

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"

image

And here is the task itself:

image

The task JSON is:

{
  "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:

<View>
  <Image name="image" value="$image" zoom="true" zoomControl="true" defaultZoom="original"/>
  <EllipseLabels name="label" toName="image" canRotate="true">
    <Label value="Fid" background="#FFA39E"/>
  </EllipseLabels>
</View>

Environment (please complete the following information):

  • Label Studio Version 1.13.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant