21 lines
401 B
YAML
21 lines
401 B
YAML
|
|
# crowdsourced-verification configuration
|
||
|
|
|
||
|
|
topic: crowdsourced-verification
|
||
|
|
display_name: Crowdsourced Field Verification
|
||
|
|
article_url: /insights/ground-truth-crowdsourced-verification/
|
||
|
|
|
||
|
|
anomaly_classes:
|
||
|
|
- verification_complete
|
||
|
|
- discrepancy_found
|
||
|
|
- location_mismatch
|
||
|
|
- quality_issue
|
||
|
|
- new_construction
|
||
|
|
|
||
|
|
model:
|
||
|
|
base: yolov8n.pt
|
||
|
|
input_size: 640
|
||
|
|
|
||
|
|
training:
|
||
|
|
epochs: 100
|
||
|
|
batch_size: 16
|