Skip to content
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

Closed
4sfaloth opened this issue Oct 30, 2018 · 3 comments
Closed

Support image filtration by objects #169

4sfaloth opened this issue Oct 30, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@4sfaloth
Copy link

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

@nmanovic nmanovic added the enhancement New feature or request label Oct 30, 2018
@nmanovic nmanovic added this to the Backlog milestone Oct 30, 2018
@nmanovic nmanovic changed the title Intersection operator (& ?) not allowed outside square brackets in filters Support image filtration by objects Oct 30, 2018
@nmanovic
Copy link
Contributor

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
@nmanovic
Copy link
Contributor

I will close the issue as outdated. Filters were significantly redesigned.

@nmanovic
Copy link
Contributor

@nmanovic nmanovic removed this from the Backlog milestone Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants