Skip to main content

FastReID

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

Supported Hardware (hw):

  • cpu
  • igpu
  • gpu

Examples:

REST API:

WIP

Configuration File:

```yaml
source:
- address: videos/sd_london_station_sd.mp4
type: file
elements:
- name: infer
args:
model: resnet-50-reid
hw: igpu
```

References:

FastReID Objects

class FastReID(Embeddings)

FastReID pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.