Skip to main content

EfficientDet

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

Supported Hardware (hw):

  • cpu
  • igpu

Supported Models (model):

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

Examples:

REST API:

WIP

Configuration File:

```yaml
source:
- address: videos/sd_london_station_sd.mp4
type: file
elements:
- name: infer
args:
model: efficientdet-d0
hw: cpu
score_threshold: 0.3
iou_threshold: 0.3
```

References:

EfficientDet Objects

class EfficientDet(Detector)

EfficientDet pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.