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
detector = peopleDetector
detector = peopleDetector(name)name that is pretrained on the COCO data set.
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 | 
