Skip to content

Commit

Permalink
Removed extra spaces (openvinotoolkit#3664)
Browse files Browse the repository at this point in the history
* Removed extra spaces

* Apply suggestions from code review

Co-authored-by: Zlobin Vladimir <[email protected]>

Co-authored-by: Zlobin Vladimir <[email protected]>
  • Loading branch information
mpushki and Wovchena authored Jan 12, 2023
1 parent 6becb60 commit 5124bf6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions data/dataset_definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1472,16 +1472,16 @@ datasets:
input_suffix: in
reference_suffix: out

- name: online_mstcn_plus_encoder_dataset
- name: online_mstcn_plus_encoder_dataset
data_source: annotation
reader: numpy_reader
annotation_conversion:
converter: feature_regression
reference_dir: image
input_dir: image
input_suffix: in
reference_suffix: out
use_bin_data: True
converter: feature_regression
reference_dir: image
input_dir: image
input_suffix: in
reference_suffix: out
use_bin_data: True

- name: smartlab_detection_10cl_top
data_source: object_detection/streams_1/top/images
Expand Down
4 changes: 2 additions & 2 deletions models/public/erfnet/accuracy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ models:
preprocessing:
- type: resize
dst_width: 976
dst_height: 208
dst_height: 208
postprocessing:
- type: resize_segmentation_mask
dst_width: 1640
Expand Down Expand Up @@ -44,4 +44,4 @@ models:
- type: mean_iou
use_argmax: false
presenter: print_scalar
reference: 0.7647
reference: 0.7647
2 changes: 1 addition & 1 deletion models/public/erfnet/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: >-
task_type: semantic_segmentation
files:
- name: erfnet.onnx
size: 8253755
size: 8253755
checksum: f6597d416f02b8218b557c4f673a0837fc215213055f9957267667003578e76507515d7c2be5d6983549f81cb96a0a66
source: https://github.com/Zhangxianwen2021/ERFNet/raw/main/erfnet.onnx
input_info:
Expand Down

0 comments on commit 5124bf6

Please sign in to comment.