How import keras model converted by yolov3 weights to matlab?

3 次查看(过去 30 天)
I converted darknet yolov3 model weights to keras model.
and import it to matlab using importKerasNetwork.
I used following code:
>weights = 'yolo.h5';
>net = importKerasNetwork(weights,'OutputLayerType','classification')
and result that
:Importing Keras networks with more than 1 input or output layer is not yet supported.
what's the reason for this?
2018a can't support this?

回答(3 个)

Don Mathis
Don Mathis 2018-6-14
2018a Neural Network Toolbox does not support networks with more than 1 input or output layer

cui,xingxing
cui,xingxing 2019-3-26
编辑:cui,xingxing 2019-3-26

cui,xingxing
cui,xingxing 2019-5-24
编辑:cui,xingxing 2019-5-24
Hello,
@ argo yang ,@ Don Mathis,@Kai Su please reference here:
Very good hands-on practice!
good luck!
2019/5/24

类别

Help CenterFile Exchange 中查找有关 Deep Learning Processor Customization and IP Generation 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by