Align code with polygon-only training
Browse files
docs/registry/elements/ship.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
id: ship
|
| 3 |
type: element
|
| 4 |
name: Ship
|
| 5 |
-
task_types: [
|
| 6 |
-
preferred_heads: [validity, context,
|
| 7 |
-
label_formats: [
|
| 8 |
positive_label: ship
|
| 9 |
negative_policy: unlabeled_is_ignore
|
| 10 |
typical_sensors: [PMS, PAN, SAR]
|
|
@@ -14,11 +14,9 @@ typical_resolutions_m: [0.5, 1, 2, 3, 10]
|
|
| 14 |
# Ship
|
| 15 |
|
| 16 |
Ships are object targets and should not be forced into a pure semantic
|
| 17 |
-
segmentation class. Use
|
| 18 |
-
when annotations support it.
|
| 19 |
|
| 20 |
## Required Context
|
| 21 |
|
| 22 |
- Ports, aquaculture grids, bridges, and bright wave wakes are hard negatives.
|
| 23 |
- SAR and optical ship extraction should be sensor-aware.
|
| 24 |
-
|
|
|
|
| 2 |
id: ship
|
| 3 |
type: element
|
| 4 |
name: Ship
|
| 5 |
+
task_types: [polygon_extraction, instance_segmentation, oriented_polygon]
|
| 6 |
+
preferred_heads: [validity, context, polygon, instance]
|
| 7 |
+
label_formats: [polygon, coco, dota]
|
| 8 |
positive_label: ship
|
| 9 |
negative_policy: unlabeled_is_ignore
|
| 10 |
typical_sensors: [PMS, PAN, SAR]
|
|
|
|
| 14 |
# Ship
|
| 15 |
|
| 16 |
Ships are object targets and should not be forced into a pure semantic
|
| 17 |
+
segmentation class. Use polygon or instance heads when annotations support it.
|
|
|
|
| 18 |
|
| 19 |
## Required Context
|
| 20 |
|
| 21 |
- Ports, aquaculture grids, bridges, and bright wave wakes are hard negatives.
|
| 22 |
- SAR and optical ship extraction should be sensor-aware.
|
|
|