robmarkcole / HASS-Deepstack-object

Home Assistant custom component for using Deepstack object detection
https://community.home-assistant.io/t/face-and-person-detection-with-deepstack-local-and-free/92041
MIT License
439 stars 98 forks source link

passing `min_confidence` of zero (0) will cause Deepstack to hang indefinitely #177

Open robmarkcole opened 3 years ago

robmarkcole commented 3 years ago

Parallels https://github.com/johnolafenwa/DeepStack/issues/58 Can implement workaround here, coerce min confidence to 1%

robmarkcole commented 3 years ago

This is really a bug in deepstack, not this integration

robmarkcole commented 3 years ago

Addressing by setting a MIN_CONFIDENCE of 10%