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

◆ decode_output()

size_t decode_output ( const nrf_axon_nn_compiled_model_s * model,
const int8_t * packed_data,
struct detection_box * boxes,
const size_t boxes_size )

Decode output from the model and perform NMS.

Parameters
modelAxon model.
packed_dataOutput from the model in packed format.
[out]boxesPlace to store results.
boxes_sizeSize of boxes array.
Returns
Number of boxes written to boxes.