This document provides instructions and basic usage examples for inferring cascade networks.
- The Cascade command enables the generating of sequence of models by cascading them one after the other to generate complex deep learning pipelines. For example, 3D object detection in bird's-eye-view pipeline such as PETRv2.
- Currently the cascade eval API supports PETRv2 only, see
petrv2_repvggB0.yamlfor further configurations. - The user will need existing HARs/HEFs: both
petrv2_repvggB0_backbone_pp_800x320&petrv2_repvggB0_transformer_pp_800x320.
To evaluate a cascade model on different targets, use the cascade flag:
hailomz cascade eval petrv2 hailomz cascade eval petrv2 --override target=emulator hailomz cascade eval petrv2 --override target=hardware
To explore other options use:
hailomz cascade eval --help