Ask Your Question

John Strood's profile - activity

2020-04-26 09:10:20 -0600 received badge  Popular Question (source)
2017-05-09 14:33:43 -0600 received badge  Supporter (source)
2017-05-09 14:33:17 -0600 received badge  Scholar (source)
2017-04-30 13:13:06 -0600 commented answer Multiple object detection using HOG+SVM?

Yes, I was indeed talking about the second possibility. That is compute the HOG feature vector and perhaps pair it with LibSVM. But no one's ever talked about it. So I was thinking if it were ever feasible.

2017-04-30 05:58:23 -0600 asked a question Multiple object detection using HOG+SVM?

I read a lot of posts on the web that said it was impossible to detect objects of different types like human face, car, dog,cat, banana etc using a single classifier. But I began wondering can we not train a classifier with images of different objects in a multiclass SVM? The SVM predict then returns the class label from which we can infer the type of object. I know this is really simple task by using a Caffe's RCNN. But I wished to know if the method I described was feasible.