MeghReID
This module implements pre- and post-processing for the MeghReID model.
Supported Hardware (hw
):
cpu
igpu
gpu
Examples:
REST API:
WIP
Configuration File:
```yaml
elements:
- name: infer
args:
model: person-v2
- name: demux
- name: reid-preprocessing
- name: infer
args:
model: reid
- name: mux
- name: reid-postprocessing
sources:
- address: videos/sample.mp4
type: file
```
MeghReID Objects
class MeghReID(Embeddings)
MeghReID pre-processing and post-processing class.
Attributes:
models
list - List of supported models.