I'm trying to import a pre-trained Faster R-CNN model in ONNX (or Keras) format to MATLAB, however I get the error that Models with multiple outputs are not supported yet. Is there a way around this problem?
I have tried importONNXNetwork and importKerasNetwork.
Really appreciate your help!