私的AI研究会 > OpenVINOtest2

Neural Compute Stick 2 並列動作テスト

 以下の操作はNeural Compute Application 実行スクリプト2 を使用する。

※ 最終更新:2021/07/15 

Neural Compute Stick 2 並列駆動

並列駆動の準備

  1. NCS2 は電圧不足にならないようセルフパワーの USBハブに接続する。(例:エレコム USBハブ 3.0 2.0対応 4ポート ACアダプタ付 ブラック U3H-A408SBK セルフパワー対応)
  2. OpenVINO™ ToolKit でインストールされる「hello_query_device」を使用して Neural Compute Stick 2 のデバイス名を取得する。
    $ cd ~/run_app2
    $ ./_hello_query_device.sh
    [hello_query_device.sh] 'hello_query_device' Run !!
    Available devices:
            :
    	Device: CPU
            :
    	Device: MYRIAD.3.4.1-ma2480
            :
    	Device: MYRIAD.3.4.3-ma2480
            :
    	Device: MYRIAD.3.4.4-ma2480
            :
  3. 上記の 3本並列駆動の場合デバイス名は「MULTI:MYRIAD.3.4.1-ma2480,MYRIAD.3.4.3-ma2480,MYRIAD.3.4.4-ma2480」となる。
  4. 環境変数 OPENVINO_DEVICE をセットするスクリプト
    ・$ source set_MYRIAD16.sh 1本の場合
    ・$ source set_MYRIAD16_2X.sh 2本の場合
    ・$ source set_MYRIAD16_3X.sh 3本の場合
NCS2 並列数CPU
① NCS2 1本Core™ i7-1185G7
② NCS2 2本Core™ i7-1185G7
③ NCS2 3本Core™ i7-1185G7

Benchmark C++ Tool

Open Model Zoo Demos を動かす (NCS2 並列駆動)

3D Human Pose Estimation Python* Demo

Action Recognition Python* Demo

Object Detection Python* Demo

Human Pose Estimation Python* Demo

Gesture Recognition Python* Demo

Handwritten Text Recognition Demo

Text Detection C++ Demo

Crossroad Camera C++ Demo

Human Pose Estimation C++ Demo

Object Detection C++ Demo

Smart Classroom C++ Demo

Pedestrian Tracker C++ Demo

Super Resolution C++ Demo

Single Human Pose Estimation Demo (top-down pipeline)

Interactive Face Detection C++ Demo

Gaze Estimation Demo

Security Barrier Camera C++ Demo

Image Inpainting Python Demo

Colorization Python Demo

Image Deblurring Python* Demo

Hello Query Device Python* Sample

 使用可能なすべての推論エンジン デバイスを照会し、サポートされているメトリックと既定の構成値を出力する。

AI 学習済み推論モデルの実践編プログラム

マスク着用の有無を調べるアプリケーション

メガネ・帽子 バーチャル試着アプリケーション

感情分析アプリケーション

年齢/性別分析アプリケーション

物体検出アプリケーション

人物追跡アプリケーション

顔追跡アプリケーション

リアルタイム感情分析アプリケーション

リアルタイム画像分類アプリケーション

テスト結果 (中間報告)

テスト環境

 

更新履歴

参考資料

 

Last-modified: 2021-07-17 (土) 05:31:12