cuibinge commited on
Commit
dc8de42
·
verified ·
1 Parent(s): 39cc2c9

Align code with polygon-only training

Browse files
configs/marine_feature_multitask.json CHANGED
@@ -47,9 +47,9 @@
47
  "type": "instance_segmentation",
48
  "enabled_when": "element card includes instance_segmentation"
49
  },
50
- "object_detection": {
51
- "type": "detection",
52
- "enabled_when": "element card includes detection"
53
  },
54
  "anomaly_or_change": {
55
  "type": "optional",
 
47
  "type": "instance_segmentation",
48
  "enabled_when": "element card includes instance_segmentation"
49
  },
50
+ "polygon_element": {
51
+ "type": "sampoly_style_polygon_extraction",
52
+ "enabled_when": "element card includes polygon_extraction"
53
  },
54
  "anomaly_or_change": {
55
  "type": "optional",