Skip to main content

MeghModelV2

This module implements pre- and post-processing for the Megh models v2.

Supported Hardware (hw):

  • cpu
  • igpu

Supported Models (model):

  • person-vehicle-v2
  • person-v2

Examples:

REST API:

WIP

Configuration File:

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

MeghModelV2 Objects

class MeghModelV2(Detector)

MeghModel pre-processing and post-processing class.

Attributes:

  • models list - List of supported models.