简体   繁体   中英

How to import models with multiple-outputs in MATLAB?

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!

Unfortunately, this feature is not currently supported in the MATLAB ONNX backend. I would suggest raising an issue on the ONNX github.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM