cuibinge commited on
Commit
8c721c3
·
verified ·
1 Parent(s): 7fb3b34

Align code with polygon-only training

Browse files
Files changed (1) hide show
  1. docs/registry/elements/ship.md +4 -6
docs/registry/elements/ship.md CHANGED
@@ -2,9 +2,9 @@
2
  id: ship
3
  type: element
4
  name: Ship
5
- task_types: [detection, instance_segmentation, oriented_detection]
6
- preferred_heads: [validity, context, detection, instance]
7
- label_formats: [bbox, rotated_bbox, polygon, coco, dota]
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 detection, oriented detection, or instance segmentation
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.