21 lines
376 B
YAML
21 lines
376 B
YAML
|
|
# construction-site configuration
|
||
|
|
|
||
|
|
topic: construction-site
|
||
|
|
display_name: Construction Site Monitoring
|
||
|
|
article_url: /insights/the-future-of-infrastructure-monitoring/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- safety_violation
|
||
|
|
- equipment_idle
|
||
|
|
- material_waste
|
||
|
|
- progress_delay
|
||
|
|
- unauthorized_access
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|