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
434 stars 97 forks source link

Implement png as optional file format #221

Closed robmarkcole closed 3 years ago

robmarkcole commented 3 years ago

png are not as compressed as jpg, and its possible to read the annotations even on large image.

see https://github.com/robmarkcole/HASS-amazon-rekognition/pull/99