21 lines
354 B
YAML
21 lines
354 B
YAML
|
|
# cost-stale-data configuration
|
||
|
|
|
||
|
|
topic: cost-stale-data
|
||
|
|
display_name: Cost of Stale Data Detection
|
||
|
|
article_url: /insights/calculate-cost-of-stale-data/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- outdated_signage
|
||
|
|
- closed_business
|
||
|
|
- changed_hours
|
||
|
|
- wrong_pricing
|
||
|
|
- obsolete_info
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|