Accuracy of STM32ai modelzoo for STM32N6570-DK
I've tried several models provided in STM32 ai model zoo. I'm wondering why some models does not show the acceptable accuracy. My test results are as follows.
efficientnetv2/Public_pretrainedmodel_public_dataset/ImageNet/efficientnetv2b0_224/efficientnetv2b0_224_qdq_int8.onnx --> Not Good
mobilenetv2/Public_pretrainedmodel_public_dataset/ImageNet/mobilenetv2_a100_224/mobilenetv2_a100_224_qdq_int8.onnx -> Good
mobilenetv2_pt/Public_pretrainedmodel_public_dataset/ImageNet/mobilenetv2_a100_pt_224/mobilenetv2_a100_pt_224_qdq_int8.onnx -> Not Good
resnet50v2//Public_pretrainedmodel_public_dataset/ImageNet/resnet50v2_224/resnet50v2_224_qdq_int8.onnx -> Good
My testing environment
- stm32ai-modelzoo : 4.0
- stm32ai-modelzoo-services : 4.0
- STEdgeAI : 3.0
- STM32CubeIDE : 2.0.0
- Windows 11
And in order to generate network file and bin file, I used the python file in stm32ai-modelzoo-services/image_classification as follows.
python stm32ai_main.py --config-path=.\config_file_examples --config-name=deployment_n6_config.yaml
