Skip to main content

DETR

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

Supported Hardware (hw):

  • gpu

Examples:

REST API:

WIP

Configuration File:

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

References:

DETR Objects

class DETR(Detector)

DETR pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.