Arcface
This module implements pre- and post-processing for the Arcface 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: arcface
hw: gpu
```
References:
Arcface Objects
class Arcface(Embeddings)
Arcface pre-processing and post-processing class.
Attributes:
models
list - List of supported models.