We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
step
Config:
<View> <Image name="image" value="$image"/> <RectangleLabels name="face_label" toName="image"> <Label value="Face"/> </RectangleLabels> <Number name="face_rating" toName="image" min="0.0" max="10.0" step="0.1" defaultValue="5.0" perRegion="true"/> <Choices name="valid_image" toName="image" required="true"> <Choice value="Invalid Image (for whatever reason)"/> </Choices> </View>
Currently, no numbers are accepted at any step for any labeled region. Screenshot:
Context and validation by Caitlin on Slack: https://label-studio.slack.com/archives/CQ8LYQ0J2/p1730563809608669?thread_ts=1730562724.748609&cid=CQ8LYQ0J2
The text was updated successfully, but these errors were encountered:
Note that I was able to recreate this and also got some strange behavior.
For example, 1.6 is accepted.
1.7 results in the following error:
Number 1.7 is not valid. The two nearest valid values are 1.6 and 1.70000000000000000002.
Sorry, something went wrong.
No branches or pull requests
Config:
Currently, no numbers are accepted at any step for any labeled region. Screenshot:
Context and validation by Caitlin on Slack: https://label-studio.slack.com/archives/CQ8LYQ0J2/p1730563809608669?thread_ts=1730562724.748609&cid=CQ8LYQ0J2
The text was updated successfully, but these errors were encountered: