28 lines
723 B
Markdown
28 lines
723 B
Markdown
|
|
# Satellite vs Ground Truth
|
||
|
|
|
||
|
|
VIMS instance for satellite-validation.
|
||
|
|
|
||
|
|
## Related Article
|
||
|
|
[/insights/field-intelligence-vs-satellite/](https://landvex.com/insights/field-intelligence-vs-satellite/)
|
||
|
|
|
||
|
|
## Anomaly Classes
|
||
|
|
- resolution_mismatch
|
||
|
|
- temporal_gap
|
||
|
|
- cloud_obstruction
|
||
|
|
- classification_error
|
||
|
|
- change_undetected
|
||
|
|
|
||
|
|
## Quick Start
|
||
|
|
|
||
|
|
1. Add training images to `data/raw/`
|
||
|
|
2. Annotate using LabelImg (YOLO format)
|
||
|
|
3. Run preprocessing: `python src/detector.py`
|
||
|
|
4. Train model: `python src/detector.py --train`
|
||
|
|
5. Run inference: `python src/detector.py --predict data/test/image.jpg`
|
||
|
|
|
||
|
|
## API
|
||
|
|
|
||
|
|
Once deployed, access via:
|
||
|
|
- REST: `POST /api/satellite-validation/predict`
|
||
|
|
- WebSocket: `ws://host/ws/satellite-validation/alerts`
|