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

v1.9.0 regression: predictions are not shown when labeling images for an machine vision object detection task #4844

Closed
davidblom603 opened this issue Sep 29, 2023 · 3 comments
Assignees

Comments

@davidblom603
Copy link

Describe the bug
A clear and concise description of what the bug is.
When using the button "Label All Tasks" , the predictions are not shown. This used to work with v1.8.0.post2. When clicking directly on an image (so not using the button label all tasks), the predictions are shown.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Label Studio Version [e.g. 0.8.0]

Additional context
Add any other context about the problem here.

@hogepodge
Copy link
Contributor

@davidblom603, thanks for your bug report. Unfortunately, we aren't able to reproduce this issue with the information given. In general we require the labeling configuration, the configuration you're using to generate predictions, and data to recreate the conditions you're experiencing the problem with.

@davidsblom
Copy link

Hi @hogepodge ,

Here is the labeling config:

<View>
  <View style="display:flex;align-items:start;gap:8px;flex-direction:column-reverse">
    <Image name="image" value="$image" brightnessControl="true" contrastControl="true" negativeZoom="true" zoom="true" zoomControl="true"/>
    <View>
      <Header value="Bounding box labels"/>
      <Filter toName="label" minlength="0" name="filter"/>
      <RectangleLabels name="label" toName="image" showInline="true">
        <Label value="class1"/>
        <Label value="class2"/>
        <Label value="class3"/>
        <Label value="class4"/>
        <Label value="class5"/>
        <Label value="class6"/>
        <Label value="class7"/>
        <Label value="class8"/>
        <Label value="class9"/>
        <Label value="class10"/>
        <Label value="class11"/>
        <Label value="class12"/>
        <Label value="class13"/>
        <Label value="class14"/>
        <Label value="class15"/>
        <Label value="class16"/>
        <Label value="class18"/>
      </RectangleLabels>
      <Header value="Instance Segmentation labels"/>
      <BrushLabels name="tag" toName="image">
        <Label value="class1"/>
        <Label value="class2"/>
        <Label value="class3"/>
        <Label value="class4"/>
        <Label value="class5"/>
        <Label value="class6"/>
        <Label value="class7"/>
        <Label value="class8"/>
        <Label value="class9"/>
        <Label value="class10"/>
        <Label value="class11"/>
        <Label value="class12"/>
        <Label value="class13"/>
        <Label value="class14"/>
        <Label value="class15"/>
        <Label value="class16"/>
        <Label value="class18"/>
      </BrushLabels>
      <Header value="$image_hash"/>
    </View>
  </View>
</View>

Is this sufficient info?

@doantientai
Copy link

In this issue, @jombooth said they are working on it.

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

5 participants