Removed duplicated words (#10754)

This commit is contained in:
Ilya Churaev
2022-03-03 09:50:54 +03:00
committed by GitHub
parent 974ae136a6
commit 1fec99afa3
22 changed files with 28 additions and 28 deletions

View File

@@ -166,7 +166,7 @@ This section provides step-by-step instructions on how to run the Benchmark Tool
> **NOTE**: The Internet access is required to execute the following steps successfully. If you have access to the Internet through the proxy server only, please make sure that it is configured in your OS environment.
1. Download the model. Go to the the Model Downloader directory and run the `downloader.py` script with specifying the model name and directory to download the model to:
1. Download the model. Go to the Model Downloader directory and run the `downloader.py` script with specifying the model name and directory to download the model to:
```sh
cd <INSTAL_DIR>/extras/open_model_zoo/tools/downloader
```