Test pretrained model using image data
Test out a pretrained model (using image data) - upload first via uploadPretrainedModel.
If you want to deploy a pretrained model from the API, see startDeployPretrainedModelJob.
This will transform raw image data (e.g. RGB to grayscale, resize) before classifying.
To classify raw features, see testPretrainedModel.
Documentation Index
Fetch the complete documentation index at: https://docs.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Project ID
Query Parameters
Impulse ID. If this is unset then the default impulse is used.
Body
Response
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Classification value per label. For a neural network this will be the confidence, for anomalies the anomaly score.
Anomaly scores and computed metrics for visual anomaly detection, one item per window.