Have you converted Mask_RNN model to .tflite successfully?
when I run the script as shown in scripts/create_tflite_graph.sh, I got the following error
tensorflow/lite/toco/tooling_util.cc:908] Check failed: GetOpWithOutput(model, output_array) Specified output array "num_detections,detection_boxes,detection_scores,detection_classes,detection_masks" is not produced by any op in this graph. Is it a typo? To silence this message, pass this flag: allow_nonexistent_arrays
Have you converted Mask_RNN model to .tflite successfully? when I run the script as shown in scripts/create_tflite_graph.sh, I got the following error