class documentation
class SemanticSegmenterOutputProcessor(OutputProcessor): (source)
Constructor: SemanticSegmenterOutputProcessor(classes)
Output processor for semantic segementers.
Parameters | |
classes | the list of class labels for the model. This parameter is not used |
Method | __call__ |
Parses the model output. |
Method | __init__ |
Undocumented |
Instance Variable | classes |
Undocumented |
Parses the model output.
Parameters | |
output | a batch of predictions output = Dict[Tensor], where the dict has the following keys:
|
*args | unused arguments |
**kwargs | unused keyword arguments |
Returns | |
a list of fiftyone.core.labels.Segmentation instances |