![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| model | Axon model. | |
| packed_data | Output from the model in packed format. | |
| [out] | boxes | Place to store results. |
| boxes_size | Size of boxes array. |
boxes.