Skip to main content

PersonDetection

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

Supported Hardware (<e-hw>):

  • cpu
  • igpu

Supported Models (<e-model>):

  • person-detection-0200
  • person-detection-0201
  • person-detection-0202

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-0200:a:0.3:0.3

References:

PersonDetection Objects

class PersonDetection(Detector)

PersonDetection pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.