Clear Filters
Clear Filters

Using Alexnet classify to predict an image. Getting following error:

1 view (last 30 days)
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{:} );

Answers (1)

Pradeep Punniyakotti
Pradeep Punniyakotti on 24 Mar 2018
Edited: Pradeep Punniyakotti on 24 Mar 2018

Categories

Find more on Image Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!