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

reverse CLIP ? #1099

Open
pi-r-p opened this issue Jun 22, 2022 · 1 comment
Open

reverse CLIP ? #1099

pi-r-p opened this issue Jun 22, 2022 · 1 comment

Comments

@pi-r-p
Copy link
Contributor

pi-r-p commented Jun 22, 2022

Feature request for CLIP:
Is it possible to specifiy ranges to remove ? CLIP currently takes ranges to keep.

@randomboolean
Copy link
Contributor

If you pass a list of bounds pairs to CLIP, it will output a list with one gts per pair.
If you add a reverse feature to CLIP (callable with an extra boolean parameter), then to be consistent you would have to also return one gts per range you want to remove. But those gts will often overlap a lot, which is not memory efficient.
Maybe we should create a new function, for example DECLIP for which the result is not a list but a single gts for which each specified range has been removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants