kushalvyas / Bag-of-Visual-Words-Python

Implementing Bag of Visual words approach for object classification and detection
https://kushalvyas.github.io/BOV.html
MIT License
126 stars 68 forks source link

Why model classifying in images into two classes. I want multi class classification. #18

Open ravi7248 opened 5 years ago

ravi7248 commented 5 years ago

I am trying this model on multiclass classification. My trained dataset contains four folders Happy, Sad, Neutral, Angry. The first problem it's reading every image from all folder when it is going to read angry or any other label image and second it's not taking the two labels only angry and sad it's taking not other two. Can anyone help me with that? Eagerly waiting for the solution.