frameworks.ultralytics.services.model.logger.base¶
base
¶
Classes:
Name | Description |
---|---|
UltralyticsBaseMetricMapping |
A base class that defines the standard metric mappings for Ultralytics models. |
UltralyticsBaseMetricMapping()
¶
Bases: MetricMapping
A base class that defines the standard metric mappings for Ultralytics models.
This class extends the MetricMapping to register common metrics used during training and validation in the Ultralytics framework. It provides a consistent mapping between framework-specific metric names and their standardized names across training phases.
Methods:
Name | Description |
---|---|
add_metric |
Add a metric to the specified phase. |
get_mapping |
Get mapping of framework names to standard names for a given phase. |
Attributes:
Name | Type | Description |
---|---|---|
mappings |
dict[str, list[Metric]]
|
|