Skip to content

Filter a float-valued field on two ranges simultaneously with this FiftyOne Plugin!

Notifications You must be signed in to change notification settings

jacobmarks/double-band-filter-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double Band Filter Plugin

match_either_band

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.

Installation

fiftyone plugins download https://github.com/jacobmarks/double-band-filter-plugin/

Operators

match_either_band

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.

About

Filter a float-valued field on two ranges simultaneously with this FiftyOne Plugin!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages