Skip to content

grid option in labeling interface breaks labeling #3378

@chorus12

Description

@chorus12

The following configuration breaks labeling interface - one can not assign a label to a rectangle:

<View>
  <RectangleLabels name="label" toName="image">
    <Label value="Airplane" background="green"/>
    <Label value="Car" background="blue"/>
  </RectangleLabels>
  <Image name="image" value="$image" grid="true" gridSize="40"/>
</View>

If you remove grid="true" gridSize="40" from Image tag then you can assign a label to a rectangle.

Environment (please complete the following information):

  • Label Studio Version == 1.6

Metadata

Metadata

Assignees

Labels

labelingproblembug or something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions