Various different examples (image classification, object detection and image segmentation) of using OpenVINO with OpenCV
- Model downloader - to download models from OpenVINO model zoo.
- Model conversion - to convert the model from their native format to IR format.
- Image classification using MobileNetV2 model.
- Image classification using Inception ResNet V2 model.
- Face detection using a webcam and model inference performed on NCS 2.
- General object detection using MobileNetV2 and SSD based model.
- Road segmentation using semantic segmentation model.
- Custom pavement cracks segmentation model based on the UNet model.
- OpenVINO installation (please refer to the installation guidelines)
- OpenCV (that's comes with OpenVINO)
- Python 3.6
- dataclasses
- matplotlib
- numpy
- os
- json
- jupyter notebook
- Intel Movidius Neural Compute Stick 2
These jupyter notebooks are based on this meduim article: https://medium.com/sclable/intel-openvino-with-opencv-f5ad03363a38
Please check OpenVINO's license and also for the corresponding models.