/cv2utils

Implementation of object detection as pip package

Primary LanguagePythonMIT LicenseMIT

cv2utils

PyPI Travis Documentation Status PyPI - Downloads

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.
Result Cascade
  • Face detection using OpenCV Deep Neural Networks
Result DNN

For for info, Read the docs.

Installation

It can be installed through pip:

pip3 install --user cv2utils

This implementation requires OpenCV and Numpy.

References

License

MIT