21 lines
341 B
YAML
21 lines
341 B
YAML
|
|
# graffiti-tracking configuration
|
||
|
|
|
||
|
|
topic: graffiti-tracking
|
||
|
|
display_name: Graffiti Tracking & Removal
|
||
|
|
article_url: /insights/urban-growth-index-nordic/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- new_graffiti
|
||
|
|
- tagging
|
||
|
|
- gang_symbols
|
||
|
|
- hate_speech
|
||
|
|
- property_damage
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|