Skip to main content
Diogomv
Associate
June 24, 2024
Solved

FP-AI-VISION1_V3.1.0 SDK: Settings for example project FoodReco_MobileNetDerivative

  • June 24, 2024
  • 2 replies
  • 2556 views

I'm using the board STM32H747I-DISCO with the FP-AI-VISION1_V3.1.0 SDK, and made some experiments with some example projects and all of them are working on my board. But with the FoodReco_MobileNetDerivative project that can use external RAM and Flash I'm not able to make it work. The problem I think is related with the definitions of the #defines: "WEIGHT_QSPI", "WEIGHT_EXEC_EXTRAM", "WEIGHT_QSPI_PROGED".

On the instruction manual (UM2611), it is mention to set those flags, but is not mentioned in what file they should be set. (In image attach)

I've tried to set it under the file "fp_vision_app.h" and follow all the instructions in manual but with no success.

 

Could any one help me with this?

Thank you

Best answer by GRATT.2

Hello @Diogomv

The FP-AI-VISION1 package is deprecated, please use the STM32 Model Zoo on GitHub to experiment computer vision applications on your STM32H747I-DISCO board.

Don't hesitate to come back and ask any questions you may have.

Guillaume

2 replies

GRATT.2
GRATT.2Best answer
ST Employee
July 1, 2024

Hello @Diogomv

The FP-AI-VISION1 package is deprecated, please use the STM32 Model Zoo on GitHub to experiment computer vision applications on your STM32H747I-DISCO board.

Don't hesitate to come back and ask any questions you may have.

Guillaume

Associate II
November 24, 2024

Then please update the ST website on that, I have put a lot of time trying to figure out what is wrong!

 

GRATT.2
ST Employee
May 7, 2025

Hi,

The computer vision use cases may need to use external RAM and flash for huge models. 

Guillaume

Associate II
May 9, 2025

Hi Guillaume,

Thanks again for your reply! I have set up an image classification application that uses external memory to store a large model. Do you have any suggestions for how I should store my own model by using STM32CubeMX to generate code and modify it? I am pretty new to STM32 and don't have any idea how to realize it. Thanks!

Eric