google-coral / tflite

Examples using TensorFlow Lite API to run inference on Coral devices
https://coral.withgoogle.com
Apache License 2.0
182 stars 68 forks source link

Convert input image to RGB #19

Open maxbbraun opened 4 years ago

maxbbraun commented 4 years ago

This adds support for input images with different encodings.

The classification version already does this: https://github.com/google-coral/tflite/blob/master/python/examples/classification/classify_image.py#L103