简体   繁体   English

如何在MATLAB中导入多路输出模型?

[英]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.我正在尝试将 ONNX(或 Keras)格式的预训练 Faster R-CNN model 导入 MATLAB,但是我得到的错误是尚不支持具有多个输出的模型。 Is there a way around this problem?有没有办法解决这个问题?

I have tried importONNXNetwork and importKerasNetwork.我试过 importONNXNetwork 和 importKerasNetwork。

Really appreciate your help!非常感谢您的帮助!

Unfortunately, this feature is not currently supported in the MATLAB ONNX backend.不幸的是,MATLAB ONNX 后端目前不支持此功能。 I would suggest raising an issue on the ONNX github.我建议在 ONNX github 上提出问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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