Hi,Indeed 30 is 5 * [x, y, w, h, confidence, class] because by default st_yololc_v1 has 5 anchors.To decode the raw output of the model we use this function:https://github.com/STMicroelectronics/stm32ai-modelzoo/blob/e5361e76f8427b0907b67d9815101d05c...
Thanks for your answer.The logic we put in place supposes that the maximum input size for a tiny yolov2 is 608, else the model will be too big to fit in the target Ram and flash.So try to not use a resolution bigger than 608.By the way in the next re...
Hello,Can you share your terminal output.Can you confirm that you have a nvidia GPU properly configured to use tensorflow_gpu on your machine?Best Regards.
Hello,It seems that you modified the yaml file structure which caused an issue.This is an example of correctly structured yaml file that you can use: https://github.com/STMicroelectronics/stm32ai-modelzoo/blob/main/object_detection/datasets/dataset_c...