필터 지우기
필터 지우기

Yolox dlnetwork error (Dot indexing is not supported for variables of this type.)

조회 수: 9 (최근 30일)
Hello,
When I was trying to run "Pretrained-YOLOX-Network-For-Object-Detection" downloaded from https://github.com/matlab-deep-learning/Pretrained-YOLOX-Network-For-Object-Detection, the follwong code raised an error message as follows:
model = helper.downloadPretrainedYoloX('yolox_s');
net = model.net;
--------------------------------------------
net =
Dot indexing is not supported for variables of this type.
Error in dlnetwork/isQuantized (line 1417)
b = this.PrivateNetwork.isQuantized();
Error in deep.internal.quantization.QuantizedNetworkDisplay/mixinQuantizedNetworkHeader (line 23)
strategy = net.getStrategy(isQuantized(net));
Error in dlnetwork/getHeader (line 1427)
header = this.mixinQuantizedNetworkHeader(header, className);
------------------------------------------
I am using R2023b. Could you help me?
Thanks in advance.

채택된 답변

Angelo Yeo
Angelo Yeo 2023년 11월 6일
편집: Angelo Yeo 2023년 11월 6일
Hi,
I confirmed that the repo works as expected in R2022a, but not in R2023b. I believe you can directly contact the author in "Issues" tab in the repo.
  댓글 수: 2
Angelo Yeo
Angelo Yeo 2023년 12월 8일
Hi @SHC, I found the repo was updated recently by to original author. Can you pull the repo and see if it works in R2023b again?
SHC
SHC 2023년 12월 9일
편집: SHC 2023년 12월 9일
It works now in R2023b.
Thank you very much.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by