Ensemble of Exemplar-SVMs for Object Decection and Beyond

I was just reading the paper in the title (pdf), which Alexei Efros talked about at CVML. It's from this years ICCV.
The basic idea of the paper is to do object detection by training a linear SVM on hog features for each positive example. I thought the idea was pretty cool and wanted to write something about it... and then I saw there is already a post by the first author, Tomasz Malisiewicz, in his own blog.
He also discusses some of his (matlab :( ) code for non-maximum suppression.
So check out his blog for more details on this cool paper :)

Comments

  1. Hey Andy, let me know if you have any follow up questions regarding this paper. I would be more than happy to answer!

    Cheers,
    Tomasz (first author of paper mentioned in post)

    ReplyDelete

Post a Comment

Popular posts from this blog

Machine Learning Cheat Sheet (for scikit-learn)

A Wordcloud in Python

MNIST for ever....

Python things you never need: Empty lambda functions