Human detection using svm and hog and counting

3 ビュー (過去 30 日間)
payam abdy
payam abdy 2016 年 1 月 24 日
コメント済み: Shivani Powar 2021 年 1 月 25 日
Hi. I want to find human in a given image and then estimate the number of them.. i need to do this with svm and hog and i dont want to use computer vision . i know how to get hog feature and also how to train svm for simple object detection but i dont know how to use svm to find some people in a image and then locate them with a rectangle?

採用された回答

Dima Lisin
Dima Lisin 2016 年 1 月 25 日
If you must do this from scratch, then you are going to have to implement the sliding window search. You slide a rectangle of a fixed size over the image, and each time classify it using your HOG-SVM classifier to see if there is a person there.
Or you use vision.PeopleDetector in the Computer Vision System Toolbox, which already includes a pre-trained HOG-SVM model, and will do sliding windows for you.
  7 件のコメント
Samir khan
Samir khan 2018 年 7 月 19 日
can you tell how to do it using HOG-SVM classifier
Shivani Powar
Shivani Powar 2021 年 1 月 25 日
can you share the code i have problem for classifier

サインインしてコメントする。

その他の回答 (1 件)

Andrei Cosmin
Andrei Cosmin 2017 年 2 月 1 日
Hello there! I want to do same project and I don't know how to start and if the following diagram for the implementation it is ok: - obtain the hog feature; - doing calassification with a SVM code. I have read a lot of papers about the implementation of HOG and SVM and I don't exactly how to apply on my situation. I want to thank you for all response.
  1 件のコメント
zerocool timilsina
zerocool timilsina 2017 年 2 月 19 日
Hi Andrei Cosmin. I am also working on this project. If you have completed this project then please share your work at timilsinadevipd@gmail.com. thank you .

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by