Azzera filtri
Azzera filtri

How import keras model converted by yolov3 weights to matlab?

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (3)

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

cui,xingxing
cui,xingxing il 26 Mar 2019
Modificato: cui,xingxing il 26 Mar 2019
  1 Commento
Kai Su
Kai Su il 16 Apr 2019
I can not open this webpage, could you show some other reference here? Thank you.

Accedi per commentare.


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

Categorie

Scopri di più su Deep Learning Processor Customization and IP Generation in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by