Skip to content

Commit b0482a1

Browse files
sync with pr-3239 (#3295)
1 parent 4d02861 commit b0482a1

File tree

3 files changed

+61
-404
lines changed

3 files changed

+61
-404
lines changed

models/intel/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,6 @@ The table [Intel's Pre-Trained Models Device Support](./device_support.md) summa
243243

244244
The models can be downloaded via [Model Downloader](../../tools/model_tools/README.md).
245245

246-
> **TIP**: You also can download and profile Intel® pretrained models inside the OpenVINO™ [Deep Learning Workbench](@ref workbench_docs_Workbench_DG_Introduction) (DL Workbench).
247-
> [DL Workbench](@ref workbench_docs_Workbench_DG_Introduction) is a platform built upon OpenVINO™ and provides a web-based graphical environment that enables you to optimize, fine-tune, analyze, visualize, and compare
248-
> performance of deep learning models on various Intel® architecture
249-
> configurations. In the DL Workbench, you can use most of OpenVINO™ toolkit components.
250-
> <br>
251-
> Proceed to an [easy installation from Docker](@ref workbench_docs_Workbench_DG_Run_Locally) to get started.
252246

253247
## Object Detection Models
254248

tools/accuracy_checker/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ The Accuracy Checker is an extensible, flexible and configurable Deep Learning a
3333

3434
## Installation
3535

36-
> **TIP**: You also can work with the Accuracy Checker inside the OpenVINO™ [Deep Learning Workbench](@ref workbench_docs_Workbench_DG_Introduction) (DL Workbench).
37-
> [DL Workbench](@ref workbench_docs_Workbench_DG_Introduction) is a platform built upon OpenVINO™ and provides a web-based graphical environment that enables you to optimize, fine-tune, analyze, visualize, and compare
38-
> performance of deep learning models on various Intel® architecture
39-
> configurations. In the DL Workbench, you can use most of OpenVINO™ toolkit components.
40-
> <br>
41-
> Proceed to an [easy installation from Docker](@ref workbench_docs_Workbench_DG_Run_Locally) to get started.
42-
4336
### Prerequisites
4437

4538
Install prerequisites first:
@@ -111,6 +104,7 @@ python setup.py install_core
111104

112105
When previous version of the tool is already installed in the environment, in some cases, it can broke the new installation.
113106
If you get a directory/file not found error, try manually removing the previous tool version from your environment or install the tool using following command in Accuracy Checker directory instead of setup.py install:
107+
114108
```bash
115109
pip install --upgrade --force-reinstall .
116110
```
@@ -120,6 +114,7 @@ pip install --upgrade --force-reinstall .
120114
Accuracy Checker tool has an entry point for running in CLI, however, the majority of popular code editors or integrated development environments (IDEs) expect scripts as the starting point of application.
121115
Sometimes it can be useful to run the tool as a script for debugging or enabling new models.
122116
To use Accuracy Checker inside the IDE, you need to create a script in accuracy_checker root directory, for example, `<open_model_zoo>/tools/accuracy_checker/main.py`, with the following code:
117+
123118
```python
124119
from openvino.tools.accuracy_checker.main import main
125120

0 commit comments

Comments
 (0)