-
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
Annotations filters new UI #2871
Conversation
@vnishukov , need to fix the problem with CI build. |
Hi, I tried the patch. Mostly working fine, but several comments/questions below.
But when I open CVAT in my different configuration (Full HD), something wrong with layout
|
|
Radio attribute and text attribute are the same type, I agree (string). But we also have select attribute (see at right on the screenshot, color attribute) that is also string, but the list is lack of this select attribute. It contains only the text attribute
Sure. |
@vnishukov Please, work with @dvkruchinin if you have difficulties with CI. |
Root cause already defined. Will be fixed soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cvat-ui/src/components/annotation-page/top-bar/filters-modal.tsx
Outdated
Show resolved
Hide resolved
One more possible issue found: I have "label 1" which contains attribute "type" (radio button) Looks like constructor doesn't work correctly in this case. It considers "type" as number attribute only. Should not we link attributes with their parent labels? Something like: "type (label 1)", "type (label 2)"? |
TypeError: (t.children || t.value).toLowerCase is not a function
|
It cannot be removed because "Create object URL" works via serverID.
It was Data Annotation Team request |
@bsekachev , let's discuss it one more time. Need to understand how they are using the feature. Also need to unify server and client IDs in the future. I really don't see any value to have multiple IDs. I don't have a solution in my mind, but I'm sure that should not have both. |
I've already sent a letter to Andrey. Agree, that this using looks strange. |
Issues with this patch:
|
Motivation and context
Resolved #1418
How has this been tested?
Go to annotation page, click filter Icon on top bar right (see examples images below)
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.