detectionmetrics package
Subpackages
- detectionmetrics.datasets package
- detectionmetrics.models package
- Submodules
- detectionmetrics.models.model module
- detectionmetrics.models.onnx module
- detectionmetrics.models.tensorflow module
- detectionmetrics.models.torch module
- Module contents
- detectionmetrics.utils package
- Submodules
- detectionmetrics.utils.conversion module
- detectionmetrics.utils.io module
- detectionmetrics.utils.segmentation_metrics module
SegmentationMetricsFactory
SegmentationMetricsFactory.METRIC_NAMES
SegmentationMetricsFactory.get_accuracy()
SegmentationMetricsFactory.get_averaged_metric()
SegmentationMetricsFactory.get_confusion_matrix()
SegmentationMetricsFactory.get_f1_score()
SegmentationMetricsFactory.get_fn()
SegmentationMetricsFactory.get_fp()
SegmentationMetricsFactory.get_iou()
SegmentationMetricsFactory.get_metric_names()
SegmentationMetricsFactory.get_metric_per_name()
SegmentationMetricsFactory.get_precision()
SegmentationMetricsFactory.get_recall()
SegmentationMetricsFactory.get_tn()
SegmentationMetricsFactory.get_tp()
SegmentationMetricsFactory.update()
get_metrics_dataframe()
- Module contents