Questions tagged [hog]
The hog tag has no summary.
5 questions
0 votes
1 answer
62 views
How to use HOG for object detection without using SVM?
I am following the tutorial to calculate the HOG feature matrix. However, it does not tell how to find the object using the HOG matrix. For example, I have an image of several pipes stacked together. ...
1 vote
0 answers
57 views
HoG features taking longer time in Google CO-LAB
I have been doing this for 2 days now. I want to make a model using sklearn that uses the HoG (Histogram oriented Gradients) features to classify the image (MNIST dataset having 70,000 images both ...
2 votes
1 answer
165 views
Object Recognition for classification, is it being used in industry?
I'm wondering if e-commerce companies where products are offered by users, such as EBay, are using Object Recognition to ensure that an uploaded image corresponds to an specific type of object (...