OpenVINO 2020.2 Release

皆さんお待ちかねのOpenVINO 2020.2がリリースされましたhttps://software.intel.com/en-us/openvino-toolkit

Intelからのリリースを転記します

What’s New in the 2020.2 Release

  • Introduces the new Deep Learning (DL) Streamer component, which uses the GStreamer* multimedia framework. This component enables the creation and deployment of analytic pipelines across Intel architecture from edge to cloud.
  • Includes bug fixes and stability fixes in memory leak issues in the Intel® Threading Building Blocks (Intel® TBB) library.
  • Improves support for noise suppression use cases by adding new layers and bug fixes to the Intel® Gaussian & Neural Accelerators plug-in.
  • Adds support for new FP32 and INT8 models to enable more vision and text use cases:
    • Original models: 3D U-Net, MobileFace
    • Low precision (that is, INT8) models: EAST, OpenPose, RetinaNet, and FaceNet
  • Introduces new pretrained models on Open Model Zoo to reduce time to production, which include:
    • Multi-camera tracking for person reidentification
    • Cascade R-CNN for person detection

要求されるシステムは、下記の通り
特に変更は無いようです

Compatible Operating Systems

  • Ubuntu* 18.04.3 LTS (64 bit)
  • Windows® 10 (64 bit)
  • CentOS* 7.4 (64 bit)
  • macOS* 10.13, 10.14 (64 bit)

Performance benchmarkも更新されています
https://docs.openvinotoolkit.org/2020.2/_docs_performance_benchmarks.html

早速ダウンロードして、パフォーマンスをチェックしてみましょう

security barrier camera demoでベンチマークを取ってみました
実行環境は下記の通りOSのバージョンが変更されています

実行環境(2020.1)

CPU: Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz
MemTotal:       16318440 kB
OS: Ubuntu 16.04LTS

実行環境(2020.2)

CPU: Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz
MemTotal:       16318440 kB
OS: Ubuntu 18.04LTS

-d-d_va-d_lpr2020.1 FPS Average2020.2 FPS Average
CPUCPUCPU52.233
  GPU87.769.89
  MYRIAD65.348.68
 GPUCPU53.330.8
  GPU74.864.77
  MYRIAD5163.25
 MYRIADCPU52.532.43
  GPU77.7172.46
  MYRIAD61.652.91
GPUCPUCPU51.329.74
  GPU89.365.15
  MYRIAD50.465.35
 GPUCPU52.528.76
  GPU73.771.97
  MYRIAD56.262.25
 MYRIADCPU53.130.95
  GPU88.189.77
  MYRIAD57.152.34
MYRIADCPUCPU26.4619.92
  GPU30.229.72
  MYRIAD28.0927.3
 GPUCPU26.619.53
  GPU28.529.51
  MYRIAD2827.26
 MYRIADCPU28.0420.4
  GPU29.330.26
  MYRIAD25.826.05

FPSは2020.2が下がっていますが、これはCPUが絡む時の値が下がっており、OSの違いによるものだと思われます

続く…