Human Detection in MATLAB using Deep Learning (Neural networks)
이전 댓글 표시
Hi,
I am looking to detect pedestrians/humans in a frame. I am aware of the peopleDetector tool in the Computer Vision Toolbox, that uses HOG features and a SVM for classification. I also went through the Pedestrian Detection example in the deep learning matlab toolbox.
If I want to use, Sliding Window for Region Proposal, HOG for Feature Extraction and then a NN for Classification. How do I go about this?
Thank you
답변 (1개)
David Willingham
2021년 5월 26일
0 개 추천
Hi Mohammad, have you thought about using Object Detectors based on deep learning?
This example shows how to use a pretrained object detector on 80+ different categories:
Regards,
댓글 수: 1
Mohammad Arif
2021년 5월 26일
편집: Mohammad Arif
2021년 5월 26일
카테고리
도움말 센터 및 File Exchange에서 Object Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!