Machine learning to recognize books covers

asked 2017-04-21 16:58:04 -0600

macpirkimas gravatar image

What the machine learning algorithm would be the most proper to recognize particular books by a book cover? I have used the histogram of oriented gradients (HOG) with the Support vector machine (SVM) but I am not happy with the results. Maybe there is a better algorithm for this task?

edit retag flag offensive close merge delete

Comments

1

You should try to search in the literature what is already done. Otherwise, I think that feature detection / extraction + bag of words could be an alternative to the HOG part.

Eduardo gravatar imageEduardo ( 2017-04-24 04:49:49 -0600 )edit