Skip to Content

openvino v2024.6.0

Created
Updated

Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing
and deploying AI inference. It can be used to develop applications and solutions based on deep learning tasks, such as: emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, etc. It provides high-performance and rich deployment options, from edge to cloud

# Usage

openvino provides CMake targets:

find_package(OpenVINO REQUIRED)
target_link_libraries(main PRIVATE openvino::runtime) 

# License

# Supported Platforms

!uwp & !x86 & !(android & arm32)

  • linux
  • osx
  • windows-arm64
  • windows-x64
  • uwp
  • windows-x86

# Features

Default features: cpu , gpu , npu , auto , auto-batch , hetero , ir , onnx , paddle , pytorch , tensorflow , tensorflow-lite

# auto default

Enables Auto plugin for inference

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# auto-batch default

Enables Auto Batch plugin for inference, useful for throughput mode

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# cpu

Enables CPU plugin for inference

Supports: !(windows & arm)
  • linux
  • osx
  • windows-x64
  • windows-arm64
Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# gpu

Enables GPU plugin for inference

Supports: x64 & !(osx | uwp)
  • linux
  • windows-x64
  • osx
  • windows-arm64
Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# hetero default

Enables Hetero plugin for inference

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# ir default

Enables IR frontend for reading models in OpenVINO IR format

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# npu

Enables NPU plugin for inference

Supports: x64 & !(osx | uwp)
  • linux
  • windows-x64
  • osx
  • windows-arm64
Dependencies:
and 2 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

# onnx default

Enables ONNX frontend for reading models in ONNX format

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
and 20 transitive dependencies:

# paddle default

Enables PaddlePaddle frontend for reading models in PaddlePaddle format

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
and 2 transitive dependencies:

# pytorch default

Enables PyTorch frontend to convert models in PyTorch format

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# tensorflow default

Enables TensorFlow frontend for reading models in TensorFlow format

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
and 2 transitive dependencies:

# tensorflow-lite default

Enables TensorFlow Lite frontend for reading models in TensorFlow Lite format

Dependencies:

No transitive dependencies.

Host Dependencies:
and 2 transitive dependencies:

# Dependencies

and one transitive dependency:

# Host Dependencies

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Ilya Lavrenov's avatar Ilya Lavrenov
  • Lily Wang's avatar Lily Wang
  • Cheney Wang's avatar Cheney Wang
  • JonLiu1993's avatar JonLiu1993
  • Billy O'Neal's avatar Billy O'Neal
  • autoantwort's avatar autoantwort
  • Tatyana Raguzova's avatar Tatyana Raguzova
  • Park DongHa's avatar Park DongHa
  • Egor Tyuvaev's avatar Egor Tyuvaev
  • MonicaLiu's avatar MonicaLiu
  • Kai Pastor's avatar Kai Pastor
  • Dennis's avatar Dennis

# Changelog

  • cf035d9 [openvino] update to 2024.6.0 (#43283)
  • 3ebdcf4 [openvino] 2024.5.0 update (#43053)
  • b5e948e [opencl] v2024.10.24 release (#43124)
  • 887288b [many ports 3] Include <chrono> for system_clock and high_resolution_clock (#42406)
  • 9e71cb7 [protobuf] Update to 5.28.3 (#42190)
  • b89e291 [grpc/protobuf] Update grpc to 1.65.5 and update protobuf to 5.26.1 (#39800)
  • d17cb8a [vcpkg baseline][openvino] Don't pick OpenCV; cleanup (#42017)
  • 88a0bf8 [onnx] Update onnx to 1.16.2 and fix downstream (#40067)
  • 8ac2f04 [openvino] update to 2024.4.0 (#41077)
  • 7a70c3a [openvino] OpenVINO 2024.3.0 release (#40217)
and 19 more commits:

# Source