21 lines
363 B
YAML
21 lines
363 B
YAML
|
|
# urban-decay configuration
|
||
|
|
|
||
|
|
topic: urban-decay
|
||
|
|
display_name: Urban Decay Measurement
|
||
|
|
article_url: /insights/how-to-measure-urban-decay/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- building_deterioration
|
||
|
|
- abandoned_property
|
||
|
|
- trash_accumulation
|
||
|
|
- broken_infrastructure
|
||
|
|
- illegal_dumping
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|