Skip to content

Releases: alessandrocapotondi/mobilenet_v1_stmcube_ai

Release v1.0.0

03 Apr 10:49
Compare
Choose a tag to compare
Release v1.0.0. First running version. The Mobilenet v1 used is not anymore
the `160x160x3` (alpha=`0.25`) - which does not fit on the SRAM - but the
`128x128x3` (alpha=`0.25`).

Changelog:

 ## Added
 - Keras Model import for the Mobilenet v1 `128x128x3` (alpha=`0.25`)
 - Keras Saved Models `.h5`
 - User-Space application template for Mobilenet Model (
 `Inc/usr_mobilenet.h`, `Src/usr_mobilenet.c`)

 ## Changed
 - Project STMCubeMX.AI updated to the new network
 - Added to the GPIO pin (`PB11`) for profiling the Mobilenet activity

 ## Fixed
 - Fixed Working Frequency of the MCU to 400MHz