-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Attributes Text field length limited for adding values #2521
Comments
Need to fix the limitation. What is the reasonable limitation from your point of view? How did you use CVAT? Probably we can try to find an alternative way to solve the issue. |
One of my attributes consists of car models, there are quite a few variations in models. I think max length for attributes is limited to 4096. This could be the limitation in my view. |
actually i have the same issue with the same problem. I need to put up to 10k radio button in one attribute and so it gives the same error. how can i solve this issue if possible?? |
Any updates on this? |
Hi @nmanovic @bsekachev |
Hi all, Is there any update on this issue? I'm interested in its progress and would be happy to help if needed. Thanks, |
My actions before raising this issue
Expected Behaviour
As a user, I should be able to add more than 1000 values to a attribute in a class
Current Behaviour
I am only able to add approximately 224 values which ranges to 4091 characters with white spaces. In my use case, an attribute needs more than 1000 values to be declared.
Possible Solution
Increasing the attribute values length would be helpful.
Steps to Reproduce (for bugs)
1.Create a class label in either a new project/task
2.Add an attributes label and add a value to generate a raw format.
3.In raw format, for the values field try adding more than 225 values with a combine length of more than 4091 characters
4.There should be pop on the left shown as below:
Context
I am trying to upload an annotated image dataset car Make, Model and colour. The Model attributes consists of highest values length. This is to the fact that every Make has a variation of Models
Your Environment
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: