PersonDetection
This module implements pre- and post-processing for the PersonDetection model.
Supported Hardware (hw
):
cpu
igpu
Supported Models (model
):
person-detection-0200
person-detection-0201
person-detection-0202
Examples:
REST API:
WIP
Configuration File:
```yaml
source:
- address: videos/sd_london_station_sd.mp4
type: file
elements:
- name: infer
args:
model: person-detection-0200
hw: cpu
score_threshold: 0.3
iou_threshold: 0.3
```
References:
PersonDetection Objects
class PersonDetection(Detector)
PersonDetection pre-processing and post-processing class.
Attributes:
models
list - List of supported models.