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

6 次查看(过去 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.

更多回答(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