/opencv_darknet

Darknet detector for Home Assistant OpenCV plugin

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Darknet detector for Home Assistant OpenCV plugin

Object detection for Home Assistant using Darknet

Prerequisites

You will need to install OpenCV (at least version 3.4.3) with Python bindings

Installing

Copy opencv_darknet.py to your custom_components/image_processing/ directory

Example

See the example configuration.

Acknowledgments

  • Authors of the OpenCV image processing component where I got inspiration for the component
  • Authors of Darknet
  • Authors of Home Assistant for making an amazing product