peppr.Selector#

class peppr.Selector[source]#

The base class for all pose selectors.

Its purpose is to aggregate metric values for multiple poses into a single scalar value.

Attributes:
namestr

The name of the selector. Used for displaying the results via the Evaluator. ABSTRACT: Must be overridden by subclasses.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

select(values, smaller_is_better)

Select the representative metric value from a set of poses.

Attributes

name