Search code examples
tensorflowtensorflow2.0google-coraltensorflow-lite

how to load your tflite model on coral dev board?


I have used facenet model and converted it to tflite. Now I want to use this repo https://github.com/vudung45/FaceRec with facenet model and implement on coral dev board? What should be the structure of my whole folder and how to implement it? how can i load tflite model on dev board?


Solution

  • If you have a fully quantized model that meets all of the requirements, then the next step is to use the edgetpu_compiler to compile your model to be use with the tpu. I have a more detailed answer to similar question here