Files
openvino/docs/get_started.md
Yuan Xu c9bfd3bf8b Updating installation guide structure for 22/1 (#10343)
* Add Overview page

* update overview

* update install dev tools page

* Revert "Add Overview page"

* create overview page

* update movidius setup guide

* split the configurations for linux part to a separate topi

* split the general configurations for linux to a separate topic

* create a separate topic for configurations for vpu on windows

* create a separate topic on configurating gpu

* create a separate topic for configurations for ncs2

* update structure

* update structure

* update structure

* restructure

* update overview

* update

* update according to comments

* update structure

* update the structure

* correct naming

* correct naming

* update trademark symbol

* remove .bak file

* update

* test formatting

* update

* update

* fix errors

* add a leading sentence for GPU configurations

* update structure

* delete redundant files

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>

* Update docs/install_guides/configurations-for-ncs2.md

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>

* Update docs/install_guides/installing-openvino-config-ivad-vpu.md

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>

* fix formatting

* fix errors

* fix errors

* fix errors

Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
2022-02-18 19:47:00 +03:00

4.9 KiB

Get Started

@sphinxdirective

.. toctree:: :maxdepth: 1 :hidden: :caption: Install OpenVINO

Overview <openvino_docs_install_guides_overview> Install OpenVINO Runtime <openvino_docs_install_guides_install_runtime> Install OpenVINO Development Tools <openvino_docs_install_guides_install_dev_tools> Build from Source https://github.com/openvinotoolkit/openvino/wiki/BuildingCode Create a Yocto Image <openvino_docs_install_guides_installing_openvino_yocto> Uninstalling <openvino_docs_install_guides_uninstalling_openvino>

.. toctree:: :maxdepth: 1 :hidden: :caption: Additional Configurations

Configurations for GPU <openvino_docs_install_guides_configurations_for_intel_gpu> Configurations for NCS2 <openvino_docs_install_guides_configurations_for_ncs2> Configurations for VPU <openvino_docs_install_guides_installing_openvino_ivad_vpu>

.. toctree:: :maxdepth: 1 :hidden: :caption: Troubleshooting

Troubleshooting Guide <openvino_docs_get_started_guide_troubleshooting>

.. toctree:: :maxdepth: 1 :hidden: :caption: Get Started Guides

Get Started with Step-by-step Demo <openvino_docs_get_started_get_started_demos> Get Started with Tutorials

.. toctree:: :maxdepth: 1 :hidden: :caption: Inference Engine Code Samples

openvino_docs_IE_DG_Samples_Overview

@endsphinxdirective

@sphinxdirective .. raw:: html

To get started with OpenVINO, the first thing to do is to actually install it. You can get an overview of what installation options we provide and start from there.

If you already have enough information, you can also choose the installation type that best suits your needs from one of the options below:
Install
OpenVINO Runtime
Install OpenVINO
Development Tools
Build
from source

If you are using Intel® Processor Graphics, Intel® Vision Accelerator Design with Intel® Movidius™ VPUs or Intel® Neural Compute Stick 2, please check the additional configurations for them accordingly: Configurations for GPU, Configurations for VPU or Configurations for NCS2.

With OpenVINO installed, you are ready to run your first inference and learn the workflow.
Here is a set of hands-on demonstrations of various complexity levels to guide you through the process: from performing sample inference with just one command, to running code samples, demo application or Jupyter notebooks. If you prefer working with GUI, you can also get started with the DL Workbench application. This way you can choose the right level for you.

Choose how you want to progress:

@endsphinxdirective