Can I create an anomaly detection project using an STEVAL-STWINKT1A ?
It seams that I have some troubles using a NanoEdgeAI library on an STEVAL-STWINKT1A. I got BOARD ERROR for all the NanoEdgeAI functions. Any idea? Thank you
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
It seams that I have some troubles using a NanoEdgeAI library on an STEVAL-STWINKT1A. I got BOARD ERROR for all the NanoEdgeAI functions. Any idea? Thank you
https://www.st.com/content/st_com/en/campaigns/nanoedgeaistudio.html Part4 - Development Boards: Which development boards are supported by NanoEdge AI? > For the Trial version: all STM32 demo boards listed in the Studio (not the generic ones) (see do...
https://www.st.com/content/st_com/en/campaigns/nanoedgeaistudio.html Part2 - NanoEdge AI Studio: Hi, can the model be saved locally to allow power failure on the sensing device and restart with known model? > Dynamic model knowledge (Anomaly Detectio...
https://www.st.com/content/st_com/en/campaigns/nanoedgeaistudio.html Part3 - NanoEdge AI Studio: Can NanoEdge AI undertake dynamic learning? for example swerve detection in a vehicle travelling over a random selection of road surfaces and weather? > ...
About the function "validate on target", I don't understand what X-cross is.And when I clicked this button , I saw the X-cross accuracy is n.a., I don't know what this means and how to solve. Can you give me some suggestions?
I tried to compress a keras model. It is a versy simple Neural network model with just fully connected (dense) layers. I converted it to tflite and compressed the weight to tf.float16 which was originally tf.float32. When I upload the model, it gave ...
https://www.st.com/content/st_com/en/campaigns/nanoedgeaistudio.html Part5 - NanoEdge AI licensing: Is NanoEdge AI Studio free? or do I need a license? > The full version of the Nanoedge AI Studio is not free and there is also a trial version of up t...
https://www.st.com/content/st_com/en/campaigns/nanoedgeaistudio.html Part1 - NanoEdge AI Studio: What input formats does NanoEdge AI support for data sets for the classification use case? > NEAI Studio supports: File (.txt / .csv), Serial Port (USB...
hello,i have a keras model generated on google colab, i have test on google colab and it works fine, i wanted to export it on cubemx and when i start teh validation on desktop process i'am having an accurancy that is n.a here is the output of my cube...