21 lines
380 B
YAML
21 lines
380 B
YAML
|
|
# vegetation-management configuration
|
||
|
|
|
||
|
|
topic: vegetation-management
|
||
|
|
display_name: Urban Vegetation Management
|
||
|
|
article_url: /insights/continuous-monitoring-vs-periodic-inspection/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- overgrown_branches
|
||
|
|
- dead_tree
|
||
|
|
- invasive_species
|
||
|
|
- root_damage
|
||
|
|
- fallen_branches
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|