Hi,I've joined introductory imbedded AI course on Udemy, unfortunately it is more than 4 years old using AI pack version 3.4.0 and I cannot get support from the instructor.Please find attached a presentation with screen shots of all steps used to gen...
Hello everyoneI hope someone can help meI have an ML model that consists of 2 inputs as shown in the picture. Is the code for the inputs correct? float ML_input[WINDOW_SIZE*NUM_POINTS]; float Diff_input[WINDOW_SIZE*NUM_POINTS - NUM_POINTS]; static ...
Hi,thereI'm a new learner and I'm trying to deploy an AI example given by ST official ,I trained the model using example dataset and generated an MDK file.I see there has some APIs for users to create and init neural net work like these:AI_API_ENTRYa...
Hi,I'm following introductory course on Embedded AI, the course used Cube-Mx AI 3.4.0 AI Package, which generated a 'Data Processor .c' file. we need the file to insert user code for our application. But no where in the file structure in the up-to-d...
Hi all,Based on the tutorials, I am trying to create an AI lib using NanoEdgeAI.The lib seems created successfully, see attachment.But when I add it to the MDK project and compiler it, some errors like below is present:When I remove the libneai.a, th...
Good morning everyone, I am trying to follow the example for machine learning given for the SensorTile Boxhttps://github.com/STMicroelectronics/STMems_Machine_Learning_Core/tree/master/configuration_examples/example_2_sensortilebox_algobuilder_unicow...
so, i have been using nano edge ai since a long time. but now i cannot log the signals when i am trying to. will they be any reason for that. please, solve this.
DearI have encountered some difficulties while using CUBEAI to analyze my self-trained object detection models.I trained my own dataset using the object detection models available in the STM32AIModelZoo. I have utilized the tiny_yolo, st_ssd_mobilene...
I am currently working on a project using the BL4S5IIOT01A board, where I need to send data, which is being printed on the console, to AWS IoT Core. For this purpose, I intend to utilize the X-CUBE-AWS package.However, I am unable to find the X-CUBE-...