Resolved! Nano Edge AI Studio Validation
I encountered an issue while using the NanoEdge AI Studio tool for Validation.In step 5, three files need to be uploaded: File Learn, File Regular, and File Abnormal.What data is Flie Name?
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
I encountered an issue while using the NanoEdge AI Studio tool for Validation.In step 5, three files need to be uploaded: File Learn, File Regular, and File Abnormal.What data is Flie Name?
Could someone provide insights on how to identify the following user actions using a wearable integrated with LSM6DSMTR:Distinguishing between lying down, sitting, and standing.Tracking step count.Detecting if the user is walking on an incline or st...
Unfortunately I missed a training held by STM32 in October this year, because I only got the board in November, and now I don’t have any information about the board, including schematics, chips, module data manuals, etc., so I need some urgently. Hel...
Hi,I’m currently trying to upload the following LSTM model into a STM32L476RG via X-CUBE-AIUploading the Keras .h5 model works well, however when I try to upload the TensorFlow Lite converted version of the same model, I get the following prompt:Any ...
STM32 CubeAI v1.7.0 (STM.ai v8.0.0-19389)error: list index out of rangeThis is a model created and transformed using pytorchIs the model too big?
Hi,I am trying to use the FSM of the ISM330DHCX to check multiple decision tree outputs from the MLC.I want to be able to change the Decision Tree value in the CHKDT condition within the program flow, as I want to be checking multiple decision trees ...
The error occurs when I try to run the code generated for model squeezenetv1.1_xxx_tfs_int8.tflite The command I used to generate code is stm32ai generate -m squeezenetv1.1_128_tfs_int8.tflite -O ramAnd I follow the guide "How to run locally a c-mode...
The error occurs in both Mac m1 and windows. When I use "stm32ai validate/generate" command, I find that "-O ram" outputs totally strange results. Let's use fdmobilenet_0.25_224_tfs_int8.tflite from stm32ai-modelzoo as an example. "stm32ai validate -...
Hello,I'm trying to figure out how Unico calculates it feature values during .arff creation.Unfortunately, if I calculate the features as described in AN5804, the feature values differ from the Unico output.I have attached two files, accelerometer sa...
My binary classification algorithm has one input (270 data) and one output, I refer to section 6.4 of the code(AI:How to perform motion sensing on STM32L4 IoTnode - stm32mcu (stmicroelectronics.cn))Question 1:but the output category is always wrong, ...