Skip to main content

FaceDetection

This module implements pre- and post-processing for the FaceDetection model.

Supported Hardware (hw):

  • cpu
  • igpu

Examples:

REST API:

WIP

Configuration File:

```yaml
source:
- address: videos/sd_london_station_sd.mp4
type: file
elements:
- name: infer
args:
model: face-detection-0200
hw: igpu
score_threshold: 0.3
iou_threshold: 0.3
```

References:

FaceDetection Objects

class FaceDetection(Detector)

FaceDetection pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.