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

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 日

0 投票

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?
S. Cho
S. Cho 2023 年 12 月 9 日
編集済み: S. Cho 2023 年 12 月 9 日
It works now in R2023b.
Thank you very much.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2023b

質問済み:

2023 年 10 月 27 日

編集済み:

2023 年 12 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by