Vengineerの妄想(準備期間)

人生は短いけど、長いです。人生を楽しみましょう!

インテルがOpenVINOで攻めてきている(その1)


OpenVINOのMovidusのPlugInがオープンソース化で、Intel、攻めてきていると書きましたが、いろいろ調べたら、

インテル、OpenVINOで、攻めてきている、だった


で今日は、「ROS 2 OpenVINO Runtime Framework

ROS2 OpenVINO Runtime Framework とは?
引用です
  ROS2 OpenVINO Runtime Framework is the main body of this repo. 
  it provides key logic implementation for pipeline lifecycle management, 
  resource management and ROS system adapter, which extends Intel OpenVINO toolkit and libraries. 

  Furthermore, this runtime framework provides ways to ease launching, configuration and data analytics and re-use.

推論機能としては、下記の8つをサポートしているようです。
 ・Face Detection         
 ・Emotion Recognition	
 ・Age & Gender Recognition
 ・Head Pose Estimation
 ・Object Detection
 ・Vehicle Detection
 ・Object Segmentation
 ・Person Reidentification

OpenVINOのバイナリバージョンオープンソースバージョンをサポートしているようです。

処理を行うパイプラインの定義は、YAMLファイルで記述するようですね。
なんか、昔、やっていたことのような感じがする。。な。

OpenVINOのライブラリがサクッと使えるのはいいですね。