You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/caffe_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Each input description should has following info:
20
20
*`CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
21
21
*`IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
22
22
*`ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
23
+
*`PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
23
24
*`SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
24
25
*`INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
25
26
*`IGNORE_INPUT` - input which should be stayed empty during evaluation.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/dlsdk_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Each input description should has following info:
56
56
* `CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
57
57
* `IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
58
58
* `ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
59
+
* `PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
59
60
* `SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
60
61
* `INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
61
62
* `LSTM_INPUT` - input which should be filled by hidden state from previous iteration. The hidden state layer name should be provided via `value` parameter.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/gapi_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Each input description should has following info:
21
21
*`CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
22
22
*`IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
23
23
*`ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
24
+
*`PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
24
25
*`IGNORE_INPUT` - input which should be stayed empty during evaluation.
25
26
*`INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
26
27
*`shape` - shape of input layer described as comma-separated of all dimensions size except batch size.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/mxnet_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Each input description should has following info:
16
16
*`CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
17
17
*`IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
18
18
*`ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
19
+
*`PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
19
20
*`SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
20
21
*`IGNORE_INPUT` - input which should be stayed empty during evaluation.
21
22
*`INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/onnx_runtime_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Each input description should has following info:
21
21
*`CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
22
22
*`IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
23
23
*`ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
24
+
*`PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
24
25
*`SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
25
26
*`IGNORE_INPUT` - input which should be stayed empty during evaluation.
26
27
*`INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/opencv_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Each input description should has following info:
15
15
*`CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
16
16
*`IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
17
17
*`ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
18
+
*`PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
18
19
*`SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
19
20
*`IGNORE_INPUT` - input which should be stayed empty during evaluation.
20
21
*`INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/openvino_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Each input description should has following info:
56
56
* `CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
57
57
* `IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
58
58
* `ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
59
+
* `PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
59
60
* `SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
60
61
* `INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
61
62
* `LSTM_INPUT` - input which should be filled by hidden state from previous iteration. The hidden state layer name should be provided via `value` parameter.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/launcher/pdpd_launcher_readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Each input description should has following info:
18
18
*`CONST_INPUT` - input will be filled using constant provided in config. It also requires to provide `value`.
19
19
*`IMAGE_INFO` - specific key for setting information about input shape to layer (used in Faster RCNN based topologies). You do not need to provide `value`, because it will be calculated in runtime. Format value is list with `N` elements of the form `[H, W, S]`, where `N` is batch size, `H` - original image height, `W` - original image width, `S` - scale of original image (default 1).
20
20
*`ORIG_IMAGE_INFO` - specific key for setting information about original image size before preprocessing.
21
+
*`PROCESSED_IMAGE_INFO` - specific key for setting information about input size after preprocessing.
21
22
*`SCALE_FACTOR` - specific key for setting information about image scale factor defined as `[SCALE_Y, SCALE_X]`, where `SCALE_Y` = `<resized_image_height>/<original_image_height`, `SCALE_X` = `<resized_image_width> / <original_image_width>`
22
23
*`IGNORE_INPUT` - input which should be stayed empty during evaluation.
23
24
*`INPUT` - network input for main data stream (e. g. images). If you have several data inputs, you should provide regular expression for identifier as `value` for specifying which one data should be provided in specific input.
0 commit comments