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...
Hello,Please note that the model you are using is indeed quantized, but it has float32 output.In the C code, you need to make sure to handle the output data as float32.Best Regards.