class documentation
class KeypointDetectorOutputProcessor(OutputProcessor): (source)
Constructor: KeypointDetectorOutputProcessor(classes)
Output processor for keypoint detection models.
Parameters | |
classes | the list of class labels for the model |
Method | __call__ |
Parses the model output. |
Method | __init__ |
Undocumented |
Instance Variable | classes |
Undocumented |
Method | _parse |
Undocumented |
Parses the model output.
Parameters | |
output | a batch of predictions output = List[Dict[Tensor]], where each dict has the following keys:
|
frame | the (width, height) of the frames in the batch |
confidenceNone | an optional confidence threshold to use to filter any applicable predictions |
Returns | |
a list of fiftyone.core.labels.Label dicts |