Skip to main content

YoloV5

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

Supported Hardware (<e-hw>):

  • cpu
  • igpu

Supported Models (<e-model>):

  • yolov5s
  • yolov5s6

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

References:

YoloV5 Objects

class YoloV5(Detector)

YoloV5 pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.