29 lines
746 B
Markdown
29 lines
746 B
Markdown
|
|
# Municipal Infrastructure Maintenance
|
||
|
|
|
||
|
|
VIMS instance for municipal-maintenance.
|
||
|
|
|
||
|
|
## Related Article
|
||
|
|
[/insights/evidence-driven-municipal-maintenance/](https://landvex.com/insights/evidence-driven-municipal-maintenance/)
|
||
|
|
|
||
|
|
## Anomaly Classes
|
||
|
|
- pothole
|
||
|
|
- sidewalk_crack
|
||
|
|
- drainage_block
|
||
|
|
- streetlight_out
|
||
|
|
- graffiti
|
||
|
|
- vegetation_overgrowth
|
||
|
|
|
||
|
|
## 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/municipal-maintenance/predict`
|
||
|
|
- WebSocket: `ws://host/ws/municipal-maintenance/alerts`
|