You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Boundary Detection**: automatic field boundary detection from Sentinel-2 imagery using FTW deep learning model — draw area, review results, accept as fields
147
149
-**Per-Index Alerts**: configurable threshold and drop-percentage rules for each index
148
150
-**Scouting**: geotagged observations with optional photo upload
149
151
-**Sharing**: read-only field health reports via share links with multi-index toggle
Copy file name to clipboardExpand all lines: ROADMAP.md
+38-5Lines changed: 38 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This document outlines where OpenFarm is today and where it's headed. If you'd l
8
8
9
9
## Current Status
10
10
11
-
OpenFarm **Phase 2 (Multi-Index) is complete**. The platform delivers end-to-end satellite-powered crop intelligence with four vegetation indices (NDVI, EVI, SAVI, NDWI), auth, org management, farm/field CRUD, configurable monitoring pipelines, per-index alerts, scouting observations, shareable field health reports, and production-grade security hardening — all functional and deployed. The focus now shifts to testing, documentation, and expanding the platform with new data sources and intelligence capabilities. See [Future Ideas](#future-ideas-post-mvp) for what's next.
11
+
OpenFarm **Phase 3 (Boundary Detection) is complete**. The platform delivers end-to-end satellite-powered crop intelligence with four vegetation indices (NDVI, EVI, SAVI, NDWI), ML-powered automatic field boundary detection, auth, org management, farm/field CRUD, configurable monitoring pipelines, per-index alerts, scouting observations, shareable field health reports, and production-grade security hardening — all functional and deployed. The focus now shifts to testing, documentation, and expanding the platform with new data sources and intelligence capabilities. See [Future Ideas](#future-ideas-post-mvp) for what's next.
12
12
13
13
---
14
14
@@ -98,6 +98,20 @@ OpenFarm **Phase 2 (Multi-Index) is complete**. The platform delivers end-to-end
98
98
-[x] SAVI L factor stored in layer `params_json` and displayed in UI
99
99
-[x] In-app changelog page with parsed Keep a Changelog rendering
100
100
101
+
## Milestone 7 — Automatic Boundary Detection ✅
102
+
103
+
-[x] FTW (Fields of The World) deep learning model integration for field boundary detection
104
+
-[x] Dedicated ML processor Docker service with PyTorch, torchgeo, and model weights
105
+
-[x] Detection API — trigger, list, accept, discard, with org-scoped access control
0 commit comments