How import keras model converted by yolov3 weights to matlab?

조회 수: 6 (최근 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 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