HASS-Deepstack-object
HASS-Deepstack-object copied to clipboard
Home Assistant custom component for using Deepstack object detection
Deepstack allows setting mode High , Medium and Low, where the default mode is Medium. It can be seen at https://github.com/johnolafenwa/DeepStack/blob/5c59bee5fc92b2c793dcacd61942727b1d2ed38f/intelligencelayer/shared/shared.py#L62 the choice of mode dictates the resizing of input...
https://github.com/TarheelGrad1998/gallery-card
I'm not saying this is a bug, but I would like to understand what is happening and thought this may be the best place to post this. There could be...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
I'm getting high confidence false positives sometimes when detecting humans, it can either be caused by a shadow, a dog, or others. I am wondering if there is an easy...
Hello, Is it possible to configure different ROI for each object that we seek in HA configuration? I have RTSP stream with partial screen area which is occupied with cars...
configuration.yaml image_processing: - platform: deepstack_object ip_address: 192.168.10.13 port: 5000 save_file_folder: /config/www/snapshot/ scan_interval: 5 save_file_format: jpg save_timestamped_file: false always_save_latest_file: true scale: 0.75 # roi_x_min: 0.35 roi_x_max: 0.8 #roi_y_min: 0.4 roi_y_max: 0.8...
Hi, in order to react to a "unsuccessfull" image scan or an "empty image" it would be great to have some kind of "last image scan" timestamp attribute inside the...
Document the usual causes of 403 error: - Endpoint not activated
Hi! First a BIG thanks for this HASS-Deepstack add-on... Great work and keep up the good job! Been using for a couple of days now and realized that the object...