Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Detection Classes Catalog
## V1 required class
### building
Reason:
Buildings are the best first detection target because GRB can be used as a reference layer for QA/QC.
Outputs:
- bounding box polygon
- confidence
- source tile
- model id
## V1 optional classes
### solar_panel
High portfolio value but dataset/model availability may be harder.
### vehicle
Useful for generic object detection demo but less central to GIS validation.
### tree
Potentially useful but segmentation may be more appropriate than bounding boxes.
## Not required for V1
- roads as object detection class
- water as object detection class
- agriculture as object detection class
These are better handled through segmentation or raster indices.