How import keras model converted by yolov3 weights to matlab?
1 次查看(过去 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?
0 个评论
回答(3 个)
Don Mathis
2018-6-14
2018a Neural Network Toolbox does not support networks with more than 1 input or output layer
0 个评论
cui,xingxing
2019-5-24
编辑:cui,xingxing
2019-5-24
Hello,
Very good hands-on practice!
good luck!
2019/5/24
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biological and Health Sciences 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!