Add patch polygon dataset importer
Browse files
docs/registry/elements/port_shoreline.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
id: port_shoreline
|
| 3 |
+
type: element
|
| 4 |
+
name: Port shoreline
|
| 5 |
+
task_types: [polygon_extraction, semantic_segmentation]
|
| 6 |
+
preferred_heads: [validity, context, polygon, semantic_segmentation]
|
| 7 |
+
label_formats: [mask, polygon, geojson, shp]
|
| 8 |
+
positive_label: port_shoreline
|
| 9 |
+
negative_policy: unlabeled_is_ignore
|
| 10 |
+
typical_sensors: [PMS]
|
| 11 |
+
typical_resolutions_m: [1, 2]
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Port Shoreline
|
| 15 |
+
|
| 16 |
+
Port shoreline is a narrow coastal boundary element around docks, breakwaters,
|
| 17 |
+
quays, and engineered harbor edges. It should be represented by mask or polygon
|
| 18 |
+
annotations rather than box labels.
|
| 19 |
+
|
| 20 |
+
## Required Context
|
| 21 |
+
|
| 22 |
+
- Ships, piers, sea walls, roads, and bright surf are hard negatives or adjacent
|
| 23 |
+
context.
|
| 24 |
+
- Preserve patch size and sensor metadata because the target is often thin.
|