robmarkcole / HASS-amazon-rekognition

Home Assistant Object detection with Amazon Rekognition
https://aws.amazon.com/blogs/aws/amazon-rekognition-image-detection-and-recognition-powered-by-deep-learning/
MIT License
87 stars 8 forks source link

implement png as optional file format #97

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/64