Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Challenge: share your ISPU neural network implementation!

Dear community members,Here’s your chance to win some prizes from ST until November 29, 2024! You can join the challenge by sharing your ISPU neural network implementation. We’ll provide instructions and hints during the ISPU webinar held on October ...

ISPU vs. MLC

I'm currently in the process of choosing an IMU/sensor hub for activity recognition, and am stuck between the ISM330IS(N) and the ISM330DHCX. I want to use the sensor hub function and link external sensors, and run (H)AR algorithms on the IMU itself ...

FG_IPA by Associate
  • 512 Views
  • 0 replies
  • 0 kudos

Resolved! Cant import a signal

这是我想导入的数据集,希望模型能起到这样的效果:文档中是各个时间点的温度值,我需要模型能学习一天中的温度变化范围,当温度偏离较大时检测为异常,请问我在导入数据时,为何显示无法import?(Import按钮是灰色的,无法点击)

theshy_0-1719633017636.png
theshy by Associate
  • 457 Views
  • 3 replies
  • 0 kudos

Resolved! sampling finder

sampling finder (SF) for imported signal file is greyed out, please advise

SF.jpg
ksale.1 by Senior
  • 1496 Views
  • 2 replies
  • 0 kudos

Why is oneclass_result always 0(Nanoedge ai studio)

I compiled a 1C library using nanoedge ai studio and verified the sample successfully using the emulator. I also successfully added it to my Keil project, but the result was always 0 when I ran it. My code: Error_code = neai_oneclass(input_user_buffe...

haiyishw by Associate II
  • 1329 Views
  • 11 replies
  • 1 kudos

CUBE-MX AI stm32f446 problem compiling

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...

ksale.1 by Senior
  • 1080 Views
  • 4 replies
  • 0 kudos

The inputs for the ML stm32 ai

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 ...

Aalna1_0-1719079464477.png
Aalna.1 by Associate II
  • 283 Views
  • 0 replies
  • 0 kudos

Resolved! How to use CubeAI generated AI APIs in .c .h files

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...

KevinZake_0-1718423936443.png