2024-11-24 06:06 AM
Hi everyone,
I'm trying to integrate st_yolo_lc_v1_192 pretrained model to my project on STM32H750 MCU.
I'm new to the framework and AI tech.
I see the output shape is 12x12x30 which I know the 12x12 means there are 12x12 grids. What I don't know is the '30', does that mean 5 * [x, y, w, h, confidence, class] ?
and do I need to apply an activation function to these values?
Thanks!