EasyPL
latest
  • Install guide
  • API
    • Callbacks
    • Datasets
    • Learners
    • Losses
    • Lr schedulers
    • Metrics
      • Classification metrics
      • Segmentation metrics
      • Detection metrics
        • MAP
        • BaseDetectionMetric
        • FBetaDetection
      • MetricsList
      • TorchMetric
    • Optimizers
  • Examples
EasyPL
  • API
  • Metrics
  • Detection metrics
  • Edit on GitHub

Detection metrics

  • MAP
    • MAP
      • MAP.iou_thresholds
      • MAP.rec_thresholds
      • MAP.max_detection_thresholds
      • MAP.class_metrics
      • MAP.kwargs
      • MAP.reset()
  • BaseDetectionMetric
    • BaseDetectionMetric
      • BaseDetectionMetric.iou_threshold
      • BaseDetectionMetric.confidence
      • BaseDetectionMetric.num_classes
      • BaseDetectionMetric.kwargs
      • BaseDetectionMetric.reset()
  • FBetaDetection
    • FBetaDetection
      • FBetaDetection.iou_threshold
      • FBetaDetection.confidence
      • FBetaDetection.num_classes
      • FBetaDetection.beta
      • FBetaDetection.eps
      • FBetaDetection.kwargs
Previous Next

© Copyright 2022, Alexander Timofeev. Revision 57f23575.

Built with Sphinx using a theme provided by Read the Docs.