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

The results column is blank after the annotation is complete #5839

Open
zengyu1221 opened this issue May 7, 2024 · 2 comments
Open

The results column is blank after the annotation is complete #5839

zengyu1221 opened this issue May 7, 2024 · 2 comments

Comments

@zengyu1221
Copy link

Describe the bug
I set a set of tags containing two options. When annotating, select one of them and submit successfully. The value of Annotation results column is equal to []
label code:

<View>
<Header value="..."/>
<Text name="result" value="$description"/>
<Header value="..."/>
<Labels name="lbl" toName="result">
<Label value="1" alias="yes" showAlias="true" background="#18e60a"/>
<Label value="2" alias="no" showAlias="true" background="#e6200a"/>
</Labels>
</View>

To Reproduce
Steps to reproduce the behavior:

Screenshots

961715082448_ pic

Environment (please complete the following information):

  • OS: [CentOS7.6 running in Docker]
  • Label Studio Version [1.12.0]

Additional context
Add any other context about the problem here.

@makseq
Copy link
Member

makseq commented May 7, 2024

are you sure you make spans on your text with these labels?

@zengyu1221
Copy link
Author

I have set the tags to two values, 1 and 2. When I annotate, I choose 1. I expect it to be displayed in the 'Annotation results' column, but instead, I get []. Here is the address I'm using for testing: http://8.140.16.183:8080.

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

2 participants