rex_xai.prediction¶
Classes¶
Functions¶
|
Module Contents¶
- class rex_xai.prediction.Prediction(pred=None, conf=None, box=None, target=None, target_confidence=None)¶
-
- get_class()¶
- is_empty()¶
- is_passing()¶
- rex_xai.prediction.from_pytorch_tensor(tensor, target=None, binary_threshold=None)¶
- Return type:
List[Prediction]