Adding object detection service to your Home Assistant with Tensorflow + Doods

Опубликовано: 05 Октябрь 2024
на канале: Sauber-Lab UK
7,156
79

In this video we are going to add an object and people detection service to our Home Assistant with Tensorflow + Doods. This way you can start doing an analysis of objects and people making your home even smarter.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The image we used was as follows:
https://github.com/snowzach/doods2

Needing more information about installation, check out this integration:
https://www.home-assistant.io/integra...

The following command was used:

tensorflow and doods
image_processing:
platform: doods
url: http://192.168.1.253:8383
detector: default
scan_interval: 1
source:
entity_id: camera
file_out: /config/www/sauberlab.jpg
confidence: 60
labels:
name: person
confidence: 70
name: car
confidence: 50

camera:
platform: generic
name: doods_cam
still_image_url: http://192.168.1.252:8123/local/Sauberlab.jpg


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Leave your comment and share with your network. It's always good to know what needs improvement.

Don't forget to subscribe to the channel to receive tips and help.

For all notifications, tap the bell icon. It will change to a ringing bell to indicate that you have received all notifications.