Face and person detection with Deepstack - local and free!

Hi all

I have deepstack running in docker and Motioneye integration setup in HA. I also have HASS deepstack object running from HACS. Below is config.yaml for image processing.

If I use developer tool to manually call image processing service, I do see the event fired in deepstack along w/ all the snapshots from cameras. However, it won’t automatically detect object; please HELP as I spent last couple of days searching thru Google and Youtube w/ not much luck

image_processing:

  • platform: deepstack_object
    ip_address: 10.0.19.241
    port: 80
    save_file_folder: /config/snapshots/
    save_file_format: png
    save_timestamped_file: True
    always_save_latest_file: True
    scale: 0.75
    roi_x_max: 0.8
    roi_y_max: 0.8
    targets:
    • target: person
    • target: vehicle
      confidence: 60
    • target: car
      confidence: 40
      source:
    • entity_id: camera.garage_cam