cv2utils
Implementation of some object detection in Python3.5+. It is included in this project:
- Face and Eye detection using OpenCV Haar feature-based cascade classifiers.

- Face detection using OpenCV Deep Neural Networks

For for info, Read the docs.
Installation
It can be installed through pip:
pip3 install --user cv2utils
This implementation requires OpenCV and Numpy.