Skip to main content

YoloV5Face

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

Supported Hardware (<e-hw>):

  • cpu
  • igpu
  • gpu

Supported Models (<e-model>):

  • yolov5n-face (cpu and igpu only)
  • yolov5s-face

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:yolov5s-face:a:0.3:0.3

References:

YoloV5Face Objects

class YoloV5Face(Detector)

YoloV5Face pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.