Skip to content

Commit 5124bf6

Browse files
mpushkiWovchena
andauthored
Removed extra spaces (#3664)
* Removed extra spaces * Apply suggestions from code review Co-authored-by: Zlobin Vladimir <[email protected]> Co-authored-by: Zlobin Vladimir <[email protected]>
1 parent 6becb60 commit 5124bf6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

data/dataset_definitions.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,16 +1472,16 @@ datasets:
14721472
input_suffix: in
14731473
reference_suffix: out
14741474

1475-
- name: online_mstcn_plus_encoder_dataset
1475+
- name: online_mstcn_plus_encoder_dataset
14761476
data_source: annotation
14771477
reader: numpy_reader
14781478
annotation_conversion:
1479-
converter: feature_regression
1480-
reference_dir: image
1481-
input_dir: image
1482-
input_suffix: in
1483-
reference_suffix: out
1484-
use_bin_data: True
1479+
converter: feature_regression
1480+
reference_dir: image
1481+
input_dir: image
1482+
input_suffix: in
1483+
reference_suffix: out
1484+
use_bin_data: True
14851485

14861486
- name: smartlab_detection_10cl_top
14871487
data_source: object_detection/streams_1/top/images

models/public/erfnet/accuracy-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ models:
1010
preprocessing:
1111
- type: resize
1212
dst_width: 976
13-
dst_height: 208
13+
dst_height: 208
1414
postprocessing:
1515
- type: resize_segmentation_mask
1616
dst_width: 1640
@@ -44,4 +44,4 @@ models:
4444
- type: mean_iou
4545
use_argmax: false
4646
presenter: print_scalar
47-
reference: 0.7647
47+
reference: 0.7647

models/public/erfnet/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: >-
2020
task_type: semantic_segmentation
2121
files:
2222
- name: erfnet.onnx
23-
size: 8253755
23+
size: 8253755
2424
checksum: f6597d416f02b8218b557c4f673a0837fc215213055f9957267667003578e76507515d7c2be5d6983549f81cb96a0a66
2525
source: https://github.com/Zhangxianwen2021/ERFNet/raw/main/erfnet.onnx
2626
input_info:

0 commit comments

Comments
 (0)