Human Detection in MATLAB using Deep Learning (Neural networks)

11 次查看(过去 30 天)
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
David Willingham 2021-5-26
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
Mohammad Arif 2021-5-26
编辑:Mohammad Arif 2021-5-26
Hey David,
Thanks for your response. I am interested in tuning the deep learning network, through transfer learning and using it as a classifier. I'll go through the example now.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by