-
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
CVAT UI: tag annotation workspace #1570
Conversation
Pull Request Test Coverage Report for Build 6211
💛 - Coveralls |
In the implementation, when you add a tag, CVAT immediately switches frame.
Feature idea: |
I imagine it like that. User selects one tag for annotation, for example cat, and annotate all images with this tag. So there is two conditions, tag is present or not on this image. In both cases it will be good to go further without additional clicks. And when annotation with this tag is ended user selects another tag and run all process from the beginning.
I guess it will be good question for data annotators. In my opinion you can tag image with several tags with different attributes (for example cars with different color).
I have another idea. It can map keys 0-9 to first 10 labels of the task. Or maybe we should use your solution. But in my idea user should only annotate labels in that mode. For attributes they should use AAM. |
On the one hand yes. But what if dataset contains a lot of labels? In this case an annotator needs to go through all images N times. It looks as a very time consuming process. I suppose need to communicate with our team about the question.
So, will you ask them?
In a dataset with a large number of labels often used labels aren't always first 10 labels. But actually I do not remember case when we annotate a dataset with number of labels > 10. So, first 10 labels also could be a great solution. By the way, we can allow annotators to setup these buttons as they want in the future. |
settings moved from page to modal
Motivation and context
This PR provide a new workspace for more comfortable tag annotation process.
How has this been tested?
Manually
Checklist
develop
branch- [ ] I have updated the documentation accordingly- [ ] I have added tests to cover my changes- [ ] I have linked related issues (read github docs)cvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.