Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.16 KB

openvino_opencv

Various different examples (image classification, object detection and image segmentation) of using OpenVINO with OpenCV

Overview about the notebooks

  1. Model downloader - to download models from OpenVINO model zoo.
  2. Model conversion - to convert the model from their native format to IR format.
  3. Image classification using MobileNetV2 model.
  4. Image classification using Inception ResNet V2 model.
  5. Face detection using a webcam and model inference performed on NCS 2.
  6. General object detection using MobileNetV2 and SSD based model.
  7. Road segmentation using semantic segmentation model.
  8. Custom pavement cracks segmentation model based on the UNet model.

Requirements

  1. OpenVINO installation (please refer to the installation guidelines)
  2. OpenCV (that's comes with OpenVINO)
  3. Python 3.6
  4. dataclasses
  5. matplotlib
  6. numpy
  7. os
  8. json
  9. jupyter notebook
  10. Intel Movidius Neural Compute Stick 2

Documentation

These jupyter notebooks are based on this meduim article: https://medium.com/sclable/intel-openvino-with-opencv-f5ad03363a38

License

Please check OpenVINO's license and also for the corresponding models.