Skip to main content

RetinaFace

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

Supported Hardware (hw):

  • cpu
  • igpu
  • gpu

Supported Models (model):

  • retinaface-mobilenet
  • retinaface-resnet50

Examples:

REST API:

WIP

Configuration File:

```yaml
source:
- address: videos/sd_london_station_sd.mp4
type: file
elements:
- name: infer
args:
model: retinaface-mobilenet
hw: gpu
score_threshold: 0.3
iou_threshold: 0.3
```

References:

RetinaFace Objects

class RetinaFace(Detector)

RetinaFace pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.