luyang00 / ros_openvino_toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision. Based on Convolutional Neural Networks (CNN), the Toolkit extends computer vision (CV) workloads across Intel® hardware, maximizing performance.

This project is a ROS wrapper for CV API of OpenVINO™, providing the following features:

  • Support CPU and GPU platforms
  • Support standard USB camera and Intel® RealSense™ camera
  • Face detection
  • Emotion recognition
  • Age and gender recognition
  • Head pose recognition
  • Demo application to show above detection and recognitions

Note:
Only OpenVINO R3 release is supported currently. See more from Release Notes.

Note:
Two methods are provided to install the OpenVINO™ toolkit:
Install from Binary version OpenVINO™ toolkit, please refer to BINARY_VERSION_README.md.
Install from OpenVINO toolkit open source code, please refer to OPEN_SOURCE_CODE_README.md

About

License:Apache License 2.0


Languages

Language:C++ 77.9%Language:CMake 16.1%Language:Shell 6.0%