Skip to main content

TinyYoloV2

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

Supported Hardware (<e-hw>):

  • cpu
  • igpu

Examples:

REST API:

WIP

Configuration File:

short-from : <e-hw>:yolo-v2-tiny:<e-mode>:<f-score_threshold>:<f-iou_threshold>

source:
- address: https://youtu.be/jY86pXeTOLw
- type: youtube
pipeline:
- cpu:yolo-v2-tiny:a:0.3:0.3

References:

TinyYoloV2 Objects

class TinyYoloV2(Detector)

TinyYoloV2 pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.