How import keras model converted by yolov3 weights to matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (3)
Don Mathis
el 14 de Jun. de 2018
2018a Neural Network Toolbox does not support networks with more than 1 input or output layer
0 comentarios
cui,xingxing
el 26 de Mzo. de 2019
Editada: cui,xingxing
el 26 de Mzo. de 2019
1 comentario
Kai Su
el 16 de Abr. de 2019
I can not open this webpage, could you show some other reference here? Thank you.
cui,xingxing
el 24 de Mayo de 2019
Editada: cui,xingxing
el 24 de Mayo de 2019
Hello,
Very good hands-on practice!
good luck!
2019/5/24
0 comentarios
Ver también
Categorías
Más información sobre Biological and Health Sciences en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!