You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Feature request for CLIP:
Is it possible to specifiy ranges to remove ? CLIP currently takes ranges to keep.
The text was updated successfully, but these errors were encountered: