This plugin provides an operator to filter a float-valued field on two ranges simultaneously.
Choose a field from the drop-down, and then specify two ranges. The operator
will return all samples where the field value is in the first range or the
second range. Behind the scenes, this is implemented using FiftyOne
ViewExpressions and the match()
method.
fiftyone plugins download https://github.com/jacobmarks/double-band-filter-plugin/
Filter a float-valued field on two ranges simultaneously. The operator will return all samples where the field value is in the first range or the second range.