-
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
Support image filtration by objects #169
Labels
enhancement
New feature or request
Comments
nmanovic
changed the title
Intersection operator (& ?) not allowed outside square brackets in filters
Support image filtration by objects
Oct 30, 2018
It can be implemented by several requests: find frames with objectA, find frames with objectB, find frames with objectC[attr/status="valid"]. Intersect results. |
TOsmanov
pushed a commit
to TOsmanov/cvat
that referenced
this issue
Aug 23, 2021
…Dir) (cvat-ai#169) * add image search function * rename image dir format, add ext support * add image dir tests * add exts in imagenet formats * add more extensions
I will close the issue as outdated. Filters were significantly redesigned. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it would be useful to allow intersection operation outside square brackets in filters, similar to what we can do with the union operator |
Example of what I mean:
objectA & objectB & objectC[attr/status="valid"]
This filter would ignore all images in which objectC is not present or does not have the "valid" status. However, for such images it would display objectC as well as objectA and objectB
The text was updated successfully, but these errors were encountered: