dot indexing not supported for this type variable

4 views (last 30 days)
I have a code and I have been getting "dot indexing not supported for this type variable" on two lines :
networkInputSize = network.Layers(this.LayerIndices.ImageLayerIdx).InputSize;
and
params = this.parseDetectInputs(I,varargin{:});
Is there any way to solve this problem?
  2 Comments
Walter Roberson
Walter Roberson on 13 Aug 2020
Edited: Walter Roberson on 13 Aug 2020
You appear to be passing in something that is not a valid yolo network. In particular, part of it might be empty instead of having data, or part of it might be a numeric matrix instead of being a correct data structure.
Srivardhan Gadila
Srivardhan Gadila on 19 Aug 2020
@Marwan Abduljawad, can you provide the actual code & any required attachments which is causing the mentioned error?

Sign in to comment.

Answers (0)

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!