Using Alexnet classify to predict an image. Getting following error:
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Error using SeriesNetwork/predict (line 324)
For an image input layer, the input data for predict must be a single image, a 4D array of images, or an imageDatastore with the correct size.
Error in SeriesNetwork/classify (line 559)
scores = this.predict( X, varargin{:} );
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171054/image.jpeg)
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!