Skip to main content

EfficientDet

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

Supported Hardware (<e-hw>):

  • cpu
  • igpu

Supported Models (<e-model>):

  • efficientdet-d0
  • efficientdet-d1
  • efficientdet-d2
  • efficientdet-d3
  • efficientdet-d4
  • efficientdet-d5
  • efficientdet-d6
  • efficientdet-d7

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:efficientdet-d0:a:0.3:0.3

References:

EfficientDet Objects

class EfficientDet(Detector)

EfficientDet pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.