Describe the bug
I have set up a labelstudio-ml-backend for interactive pre-annotations. The labeling interface has three types of labels (see XML code below) of which two have the tag smartOnly="True" as explained here .
However as you can see in the screen shot below I'm still able to select the non-smart keypoint option in the menu on the right while having the "smart keypoint 1" label selected. Vice versa, I can also select the smart keypoint option in that menu while having the non-smart "keypoint labe"l selected (even though smart=True is not set for the non-smart keypoint in the XML config.)
Describe the bug I have set up a labelstudio-ml-backend for interactive pre-annotations. The labeling interface has three types of labels (see XML code below) of which two have the tag
smartOnly="True"
as explained here .However as you can see in the screen shot below I'm still able to select the non-smart keypoint option in the menu on the right while having the "smart keypoint 1" label selected. Vice versa, I can also select the smart keypoint option in that menu while having the non-smart "keypoint labe"l selected (even though
smart=True
is not set for the non-smart keypoint in the XML config.)To Reproduce
XML configuration for the labeling interface:
Expected behavior What I expect is that
smartOnly="true"
smartOnly="true"
smart="true"
is not presentEnvironment (please complete the following information):