I used custom vision to train my object detction model, but my exported tensorflow tflite model cannot loaded rightly in tensorflow example?
bofei li
20
信誉分
I used custom vision(https://www.customvision.ai/) to train my object detction model, but my exported tensorflow tflite model cannot loaded rightly in tensorflow example(https://github.com/tensorflow/examples/tree/cbe96424b6b930fd74dbd4ef2b1e826a031a3554/lite/examples/object_detection). It seems lack of metadata. If I use metadata_writers py script to add metadata to tflite model and load model in the object_detection example, an error like "Mobile SSD models are expected to have exactly 4 outputs, found 3" will occured.
登录以回答