Skip to content

Commit 025f30a

Browse files
authored
AC configs: update segmentation models configs (#3223)
1 parent a398852 commit 025f30a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

models/intel/semantic-segmentation-adas-0001/accuracy-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ models:
44
launchers:
55
- framework: openvino
66
adapter: segmentation
7-
inputs:
8-
- name: data
9-
type: INPUT
10-
precision: U8
117

128
datasets:
139
- name: semantic_segmentation_adas

models/public/fastseg-large/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ models:
88

99
datasets:
1010
- name: cityscapes
11+
preprocessing:
12+
- type: auto_resize
13+
postprocessing:
14+
- type: encode_segmentation_mask
15+
apply_to: annotation
16+
- type: resize_segmentation_mask
17+
apply_to: prediction
1118
metrics:
1219
- type: mean_iou
1320
use_argmax: false

models/public/fastseg-small/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ models:
88

99
datasets:
1010
- name: cityscapes
11+
preprocessing:
12+
- type: auto_resize
13+
postprocessing:
14+
- type: encode_segmentation_mask
15+
apply_to: annotation
16+
- type: resize_segmentation_mask
17+
apply_to: prediction
1118
metrics:
1219
- type: mean_iou
1320
use_argmax: false

0 commit comments

Comments
 (0)