mit-han-lab / tinyml

MIT License
761 stars 139 forks source link

Which device to measure FPS #18

Closed zhiwei-dong closed 2 years ago

zhiwei-dong commented 2 years ago

Should we use STM32F7Series to measure 5 fps/10 fps model? or F4Series. I found that F413 run 10fps use stm32cubemx with STM32 AI RUNTIME take almost 300ms per inference.

tonylins commented 2 years ago

We used STM32F746 for latency measurement.

zhiwei-dong commented 2 years ago

thanks