Metadata-Version: 2.1
Name: renamed-opencv-python-inference-engine
Version: 2022.1.5
Summary: Wrapper package for OpenCV with Inference Engine python bindings, but compiled under another namespace to prevent conflicts with the default OpenCV python packages
Home-page: https://github.com/hello-binit/renamed-opencv-python-inference-engine
Maintainer: Binit Shah
License: MIT, Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_MIT
Requires-Dist: numpy

# README

This is a pre-built [OpenCV](https://github.com/opencv/opencv) with [Inference Engine](https://github.com/openvinotoolkit/openvino) module package for Python3.
You need that module if you want to run models from [Intel's model zoo](https://github.com/openvinotoolkit/open_model_zoo).

It built with `ffmpeg` and `v4l` but without GTK/QT (use matplotlib for plotting your results).  
Contrib modules and haarcascades are not included.

For additional info visit the [project homepage](https://github.com/banderlog/opencv-python-inference-engine)


