What is OpenVINO Analytics Plugin?
OpenVINO Object Detection Analytics Plugin is an open-source plugin created for Nx Witness to demonstrate person detection and tracking.
It is meant to be used as an example of what an Analytics Plugin integrated with Nx Witness could look like, and not for end-user purposes. It may or may not fulfill the requirements of a video management system in terms of reliability and detection quality — use at your own risk.
It is based on the OpenVINO technology by Intel and runs on Intel processors only. See System Requirements for Intel® Distribution of OpenVINO™ Toolkit.
OpenVINO plugin features
- Person detection
- Line crossing detection
- Loitering detection
- Motion detection
How can I use the OpenVINO Analytics Plugin source code?
You can build your own OpenVINO plugin by retrieving the source code from our open-source repository and replacing the training models with your own.
Alternatively, you can use the source code as an example to base your own plugin on.
Getting started
Visit the OpenVINO Analytics Plugin repository and clone it to get started on your own Plugin.
- For the build requirements, see readme.md in the repository.
- For guidance on creating Analytics Plugins, refer to How to Create a Video Analytics Plugin.
- For guidance on debugging plugin issues, refer to Nx Witness Server Plugin Debugging
For general information on building and installing Plugins for Nx Witness Server, see readme.md in the Metadata SDK.
Comments
0 comments
Article is closed for comments.