如何在珊瑚开发板上加载你的 tflite 模型?

how to load your tflite model on coral dev board?

我用过facenet模型,转成tflite。 现在我想将这个 repo https://github.com/vudung45/FaceRec 与 facenet 模型一起使用并在珊瑚开发板上实现? 我的整个文件夹的结构应该是什么以及如何实现它? 如何在开发板上加载 tflite 模型?

如果您有一个完全量化的模型满足所有 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