How import keras model converted by yolov3 weights to matlab?

9 ビュー (過去 30 日間)
argo yang
argo yang 2018 年 6 月 12 日
編集済み: cui,xingxing 2019 年 5 月 24 日
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 日
  1 件のコメント
Kai Su
Kai Su 2019 年 4 月 16 日
I can not open this webpage, could you show some other reference here? Thank you.

サインインしてコメントする。


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 Center および File ExchangeDeep 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