Generating a Custom Inference Service Package
You need to define the custom inference service package and place it in the scripts/scene_def/ directory after installing the MindX SDK. The structure of the package is as follows.
|--{custom inference service package}
|-- custom_scene
|-- {pipeline generation in custom scenarios}.py
|-- runtime
|-- {process handling in custom scenario}.py
Parent topic: Process Description