-
Notifications
You must be signed in to change notification settings - Fork 3k
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
About labels name #181
Comments
I would recommend to use underscore for such labels: wine_bottle. But it is also possible to use quotes like "wine bottle". In UI you will see "Wine bottle" but internally and in a dumped annotation file the label will be "wine bottle". Does it answer your question? |
@nmanovic Yes, thank you for your kind reply. There is another question about labels: the order of labels is not consistent with the original input, can you tell me where I can make the order of labels fixed? Thank you. |
You cannot at the moment. We have a similar request from an internal team. Probably it will be fixed in the future. |
@nmanovic Ok, thank you very much. |
… JSON (cvat-ai#181) * Fixed error when converting dict w/ tuple keys to JSON. * Refactor error messages * Fixed typo in comments. Added default TaskType in base _Validator class. Co-authored-by: Maxim Zhiltsov <[email protected]>
@nmanovic When I just add one label like "wine bottle" which has a space between 2 words, I add "wine bottle" into Labels on interface, cvat can adds it into label box, but the first character of word "wine" will become uppercase letter, like "Wine", how can I set my label which has a space? Thanks.
The text was updated successfully, but these errors were encountered: