Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
Inference Postprocessing

Data Structures

struct  prediction_ctx_s
 

Typedefs

typedef struct prediction_ctx_s prediction_ctx_t
 

Enumerations

enum  class_label_t {
  CLASS_LABEL_IDLE , CLASS_LABEL_UNKNOWN , CLASS_LABEL_SWIPE_RIGHT , CLASS_LABEL_SWIPE_LEFT ,
  CLASS_LABEL_DOUBLE_SHAKE , CLASS_LABEL_DOUBLE_THUMB , CLASS_LABEL_ROTATION_RIGHT , CLASS_LABEL_ROTATION_LEFT ,
  CLASS_LABEL_COUNT
}
 

Functions

prediction_ctx_t inference_postprocess (const uint16_t predicted_target, const float probability)
 Postprocess the Neuton library RAW inference output.
 
const char * inference_get_class_name (const class_label_t class_label)
 Get class name by label.
 

Detailed Description