CVS-80445 (#10723)
* Add Overview page * Revert "Add Overview page" * fix format * test formatting * test formatting * update * test formatting * minor changes
This commit is contained in:
parent
9cd3bff7df
commit
d1bcb6d0fc
@ -85,14 +85,8 @@ This guide provides step-by-step instructions on how to install the Intel® Dist
|
||||
```sh
|
||||
./l_openvino_toolkit_p_<version>.sh -a --cli
|
||||
```
|
||||
|
||||
@sphinxdirective
|
||||
> **NOTE**: To get additional information on all parameters that can be used, check up the help option: `--help`. Among others, you can find there `-s` option which offers silent mode, which together with `--eula approve` allows you to run whole installation with default values without any user inference.
|
||||
|
||||
.. note::
|
||||
To get additional information on all parameters that can be used, check up the help option: `--help`. Among others, you can find there `-s` option which offers silent mode, which together with `--eula approve` allows you to run whole installation with default values without any user inference.
|
||||
|
||||
@endsphinxdirective
|
||||
|
||||
6. Follow the instructions on your screen. During the installation you will be asked to accept the license agreement. The acceptance is required to continue. Check out the installation process on the image below:<br>
|
||||
|
||||

|
||||
@ -137,7 +131,7 @@ If you have more than one OpenVINO™ version on your machine, you can easily sw
|
||||
|
||||
The environment variables are set. Next, you can download some additional tools.
|
||||
|
||||
## <a name="model-optimizer">Step 4 (Optional): Download additional components
|
||||
## <a name="model-optimizer">Step 4 (Optional): Download Additional Components
|
||||
|
||||
> **NOTE**: Since the OpenVINO™ 2022.1 release, the following development tools: Model Optimizer, Post-Training Optimization Tool, Model Downloader and other Open Model Zoo tools, Accuracy Checker, and Annotation Converter are not part of the installer. The OpenVINO™ Development Tools can only be installed via PyPI now. See [Install OpenVINO™ Development Tools](installing-model-dev-tools.md) for detailed steps.
|
||||
|
||||
@ -154,7 +148,7 @@ The environment variables are set. Next, you can download some additional tools.
|
||||
|
||||
@endsphinxdirective
|
||||
|
||||
## <a name="optional-steps"></a>Step 5 (Optional): Configure Inference on non-CPU Devices
|
||||
## <a name="optional-steps"></a>Step 5 (Optional): Configure Inference on Non-CPU Devices
|
||||
|
||||
@sphinxdirective
|
||||
.. tab:: GPU
|
||||
@ -164,7 +158,7 @@ The environment variables are set. Next, you can download some additional tools.
|
||||
.. tab:: NCS 2
|
||||
|
||||
Only if you want to perform inference on Intel® Neural Compute Stick 2 powered by the Intel® Movidius™ Myriad™ X VPU, follow the steps on :ref:`NCS2 Setup Guide <ncs guide>`.
|
||||
For more details, see the `Get Started page for Intel® Neural Compute Stick 2 <https://software.intel.com/en-us/neural-compute-stick/get-started>`_.
|
||||
<!--For more details, see the `Get Started page for Intel® Neural Compute Stick 2 <https://software.intel.com/en-us/neural-compute-stick/get-started>`.-->
|
||||
|
||||
.. tab:: VPU
|
||||
|
||||
@ -176,12 +170,12 @@ The environment variables are set. Next, you can download some additional tools.
|
||||
|
||||
@endsphinxdirective
|
||||
|
||||
## <a name="get-started"></a>Step 6: What's next?
|
||||
## <a name="get-started"></a>Step 6: What's Next?
|
||||
|
||||
Now you are ready to try out the toolkit.
|
||||
|
||||
Developing in Python:
|
||||
* [Start with tensorflow models with OpenVINO™](https://docs.openvino.ai/latest/notebooks/101-tensorflow-to-openvino-with-output.html)
|
||||
* [Start with TensorFlow models with OpenVINO™](https://docs.openvino.ai/latest/notebooks/101-tensorflow-to-openvino-with-output.html)
|
||||
* [Start with ONNX and PyTorch models with OpenVINO™](https://docs.openvino.ai/latest/notebooks/102-pytorch-onnx-to-openvino-with-output.html)
|
||||
* [Start with PaddlePaddle models with OpenVINO™](https://docs.openvino.ai/latest/notebooks/103-paddle-onnx-to-openvino-classification-with-output.html)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user