Custom models
Bring your own custom vision model beyond classification and object detection.
Last updated
Bring your own custom vision model beyond classification and object detection.
In theory, the AI Manager can run any vision model. While it offers seamless support for image classification and object detection, it is also capable of running other model categories, such as:
Image/instance segmentation
Keypoint detection
Vision-language models (VLMs)
Custom model developed from scratch using PyTorch or TensorFlow
For these advanced model types, however, external pre-processing and post-processing are required to:
Prepare and format the model inputs
Interpret and process the model’s raw outputs
If a custom model runs into difficulties during integration, contact the support team for assistance.
The following table shows how different model output types appear in the Nx Meta Client and what is required to use them:
Classification
Category + confidence score
Text overlay via event rule
Works out of the box
Object detection
Bounding boxes
Boxes drawn on video feed
Works out of the box
Object counting
Count events
Text overlay / event rule
Requires counting postprocessor
Last updated