EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi

TF Lite compatibility

xanderkoo opened this issue · 0 comments

Thank you for the tutorial. I'll preface this by saying that I'm a complete novice with TensorFlow/object detection, so apologies if what I'm saying doesn't make sense.

Is there a way to easily adapt this code to make it work with TensorFlow Lite?

I've gotten it to work with normal TensorFlow and the ssdlite_mobilenet_coco_v2 model. On hand I have the converted .tflite file for the .pb file in the ssd_mobilenet_v2_quantized_300x300_coco model. Any help would be greatly appreciated.