RetinaFace
This module implements pre- and post-processing for the RetinaFace model.
Supported Hardware (<e-hw>
):
cpu
igpu
gpu
Supported Models (<e-model>
):
retinaface-mobilenet
retinaface-resnet50
Examples:
REST API:
WIP
Configuration File:
short-from : <e-hw>:<e-model>:<e-mode>:<f-score_threshold>:<f-iou_threshold>
source:
- address: https://youtu.be/jY86pXeTOLw
- type: youtube
pipeline:
- gpu:retinaface-mobilenet:a:0.3:0.3
References:
RetinaFace Objects
class RetinaFace(Detector)
RetinaFace pre-processing and post-processing class.
Attributes:
models
list - List of supported models.