Gogul09 / image-classification-python

Using global feature descriptors and machine learning to perform image classification
MIT License
82 stars 80 forks source link

Number of features of the model must match the input #3

Open AmruthaPatil opened 5 years ago

AmruthaPatil commented 5 years ago

Hi, I got this error in the prediction line. I tried to resize my predictions but doesn't seem to work. Also the shape of Global_feature is 532. Please help. ValueError: Number of features of the model must match the input. Model n_features is 533 and input n_features is 532