I'm trying to use the Google Coral edgetpu_compiler to combine two existing tflite models into a single model following Google's directions. I'm using two of Google's pre-compiled models. The error indicates the the models are already compiled for the Coral device. These models are in fact already compiled for the Edge TPU, but I'm trying to combine the two models. Am I doing something wrong or is combining Edge TPU models not supported?
Here is the command I'm running and the output:
$ edgetpu_compiler \
mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite \
mobilenet_ssd_v2_face_quant_postprocess_edgetpu.tflite
Edge TPU Compiler version 2.0.267685300
Invalid model: mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite
Model already compiled for Edge TPU
Im running this on the Coral board OS version: Mendel GNU/Linux 3 (Chef).
Any guidance appreciated.
Thanks, John