21 lines
379 B
YAML
21 lines
379 B
YAML
|
|
# satellite-validation configuration
|
||
|
|
|
||
|
|
topic: satellite-validation
|
||
|
|
display_name: Satellite vs Ground Truth
|
||
|
|
article_url: /insights/field-intelligence-vs-satellite/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- resolution_mismatch
|
||
|
|
- temporal_gap
|
||
|
|
- cloud_obstruction
|
||
|
|
- classification_error
|
||
|
|
- change_undetected
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|