Barcode Detection and Decoding with STM32N6570-DK
Hi everyone,
I’m currently working on a project to detect and decode barcodes. So far, I’ve trained a st_yolox model and successfully deployed it on the board for detection.
Now, for the decoding part, I have an algorithm that works perfectly on my PC. I would like to deploy this algorithm on the board and was wondering if it’s possible to use the NPU to accelerate the decoding process.
Until now, I’ve only seen examples of deep learning models being accelerated using the NPU. Are there any examples or documentation showing how a general algorithm (non-DL based) can leverage the NPU?
Thanks.
