Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Use External Flash (QSPI) for CubeAI weights

Hi all,I would like to ask if there is a suggested procedure to move the network weights, the one generated inside network_data.h, to external memory-mapped QSPI FLASH. I've already moved both input/output data and activation to external SRAM, but I'...

Raggio by Associate III
  • 743 Views
  • 3 replies
  • 0 kudos

STM32F serial deep/machine learning development board

I am looking for a development board that can run a deep learning model with a CSI interfaced CMOS camera.I think if chips can support DCMI(digital camera interface), it means it is available for CSI interfaced CMOS cameras. I hope my idea is right. ...

FWu.3 by Associate III
  • 291 Views
  • 0 replies
  • 0 kudos

no source available for "ai_platform_inputs_get()" X-cube.AI version 7.1.0 I attach a basic code snippet which might be helpful in recreating the problem

/* USER CODE BEGIN PV */ static ai_buffer *ai_input; static ai_buffer *ai_output; /* USER CODE END PV */   int main(void){ ... // Chunk of memory used to hold the intermediate values for neural network AI_ALIGNED(32) ai_u32 activations[AI_NETWORK_D...

Resolved! Explanation of FFT display in NanoEdge AI Studio

I am using your NanoEdge AI Studio Software for classification and I am looking at the FFTs displayed in the signals segment after collecting data.How, specifically are these FFTs generated from the raw data ? Also, what the units on the axis are as ...