This a utils and toolbelt project to wrap some of the openCV functionality in python.
For an environment with python 2.7 and OpenCV 3.3 already installed see:
- this docker container - for a the environemnt just mentioned
OR
- this docker container - for that same environment with a jupyter server ready and running
Clone the repository.
git clone https://github.com/dataloudlabs/cv_utils.git
Install the project using pip in editable mode.
pip install -e