Skip to main content

MeghModel

This module implements pre- and post-processing for the Megh models.

Supported Hardware (<e-hw>):

  • cpu
  • igpu

Supported Models (<e-model>):

  • person-detection-nano
  • person-detection-nano-plus
  • person-detection-small
  • person-detection-medium
  • person-detection-large
  • coco-nano
  • coco-nano-plus
  • coco-small
  • coco-medium
  • coco-large

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:person-detection-small:a:0.3:0.3

MeghModel Objects

class MeghModel(Detector)

MeghModel pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.