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: demos/README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ For the open-source version of OpenVINO, set the following variables:
177
177
Alternatively, these values can be provided via command line while running `cmake`. See [CMake search procedure](https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure).
178
178
Also add paths to the built OpenVINO™ Runtime libraries to the `LD_LIBRARY_PATH` (Linux) or `PATH` (Windows) variable before building the demos.
179
179
180
-
### <a name="build_demos_linux"></a>Build the Demo Applications on Linux*
180
+
### Build the Demo Applications on Linux*
181
181
182
182
The officially supported Linux* build environment is the following:
183
183
@@ -220,7 +220,7 @@ cmake --build .
220
220
For the release configuration, the demo application binaries are in`<path_to_build_directory>/intel64/Release/`;
Copy file name to clipboardExpand all lines: tools/accuracy_checker/README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,10 @@ or use existing annotation file and dataset meta:
265
265
- `dataset_meta`- path to metadata file (generated by converter).
266
266
More detailed information about annotation conversion you can find in [Annotation Conversion Guide](accuracy_checker/annotation_converters/README.md).
267
267
268
-
- `subset_metrics`- list of dataset subsets with uniqe size and metrics, computed if `--sub_evaluation` flag enabled. If `subsample_size` is defined then only subset with matching `subset_size` is evaluated, otherwise by default the first subset is validated. See [Sub evaluation with subset metrics](#sub-evaluation-with-subset-metrics).
268
+
- `subset_metrics`- list of dataset subsets with unique size and metrics, computed if `--sub_evaluation`
269
+
flag enabled. If `subsample_size` is defined then only subset with matching `subset_size` is evaluated,
270
+
otherwise by default the first subset is validated.
271
+
See [Sub evaluation with subset metrics](#sub-evaluation-with-subset-metrics).
269
272
- `subset_size`- size of dataset subset to evaluate, its value is compared with `subsample_size` to select desired subset for evaluation.
270
273
- `metrics`- list of metrics specific for defined subset size
271
274
@@ -321,7 +324,7 @@ metrics:
321
324
threshold: 0.005
322
325
```
323
326
324
-
#### Sub-evaluation with subset metrics
327
+
### Sub-evaluation with subset metrics
325
328
326
329
You may optionally enable `sub_evaluation` flag to quickly get results for subset of big dataset.
327
330
The `subset_metrics` needs to provide subsets with different `subset_size` and `metrics`.
Copy file name to clipboardExpand all lines: tools/accuracy_checker/accuracy_checker/annotation_converters/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -864,7 +864,7 @@ The main difference between this converter and `super_resolution` in data organi
864
864
* `parti_prompts` - convert [PartiPrompts](https://github.com/google-research/parti) for text to image generation benchmarking to `Text2ImageGenerationAnnotation`.
865
865
* `annotation_file` - path to annotation file in csv format.
866
866
867
-
## <a name="customizing-dataset-meta"></a>Customizing Dataset Meta
867
+
## Customizing Dataset Meta
868
868
There are situations when we need to customize some default dataset parameters (e.g. replace original dataset label map with own.)
869
869
You are able to overload parameters such as `label_map`, `segmentation_colors`, `background_label` using `dataset_meta_file` argument.
870
870
Dataset meta file is JSON file, which can contain the following parameters:
0 commit comments