21 lines
394 B
YAML
21 lines
394 B
YAML
|
|
# preventive-maintenance configuration
|
||
|
|
|
||
|
|
topic: preventive-maintenance
|
||
|
|
display_name: Preventive Maintenance Optimization
|
||
|
|
article_url: /insights/the-economics-of-preventive-maintenance/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- early_wear
|
||
|
|
- component_degradation
|
||
|
|
- environmental_stress
|
||
|
|
- usage_anomaly
|
||
|
|
- schedule_drift
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|