peopleDetector
Description
The peopleDetector
object creates a deep learning object
detector, trained on the COCO data set, to detect people in an image of arbitrary
size.
Creation
Syntax
Description
returns a deep
learning-based people detector object that is pretrained on the COCO data set for people
detection.detector
= peopleDetector
returns a deep learning-based people detector object of the specified model
detector
= peopleDetector(name
)name
that is pretrained on the COCO data set.
sets the detector
= peopleDetector(___,Name=Value
)InputSize
property of the detector using name-value arguments in
addition to any combination of arguments from previous syntaxes.
Note
This functionality requires Deep Learning Toolbox™ and the Computer Vision Toolbox™ Model for RTMDet Object Detection. You can install the Computer Vision Toolbox Model for RTMDet Object Detection from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Properties
Object Functions
detect | Detect people using pretrained deep learning-based people detector |
Examples
Version History
Introduced in R2024b