peppr.TopSelector#

class peppr.TopSelector(k: int)[source]#

Selector that returns the best value from the k values with highest confidence.

Parameters:
kint

The best value is chosen from the k most confident predictions.

__init__(k: int) None#

Methods

__init__(k)

select(values, smaller_is_better)

Select the representative metric value from a set of poses.

Attributes

name