/darkflow_detect

Object detection for Home Assistant using Darkflow

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Darfklow Object Detection for Home Assistant

Object detection for Home Assistant using Darkflow

Prerequisites

You will need to install Darkflow following the instructions here: https://github.com/thtrieu/darkflow

Installing

Copy darkflow_detect.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 Darkflow
  • Authors of Home Assistant for making an amazing product