objdetmetrics
objdetmetrics ¶
Module for object detection metrics for integration into model training
Classes¶
AvgNegPredObjDet ¶
Negative Classification Values for object detection
Initializes the AvgNegPredObjDet with the given name
Source code in niceml/dlframeworks/keras/metrics/objdetmetrics.py
Functions¶
__call__ ¶
Call method is used as a default interface for the metric
Source code in niceml/dlframeworks/keras/metrics/objdetmetrics.py
AvgNegTargetCountObjDet ¶
Average negative target count for one image in object detection
Initializes the AvgNegTargetCountObjDet
Source code in niceml/dlframeworks/keras/metrics/objdetmetrics.py
AvgPosPredObjDet ¶
Positive Classification Values for object detection
Initializes the AvgPosPredObjDet with the given name
Source code in niceml/dlframeworks/keras/metrics/objdetmetrics.py
Functions¶
__call__ ¶
Call method is used as a default interface for the metric
Source code in niceml/dlframeworks/keras/metrics/objdetmetrics.py
AvgPosTargetCountObjDet ¶
Average positive target count for one image in object detection
Initializes the AvgPosTargetCountObjDet