2024-07-17 5:57 AM
Hello, I would like to know if I can use FP-AI-Vision to design my own application, for example, to detect trees in a yard. Or is it designed only for the three applications: food recognition, person presence detection, and people counting?
2024-07-25 2:53 AM
Hello,
For any new computer vison application development, ST recommends to start from the application examples available in the STM32 AI Model Zoo.
You could access the STM32 AI Model Zoo using the following link: https://github.com/STMicroelectronics/stm32ai-modelzoo.
You wont find your exact need (tree detection in yard) but you can take your inspiration from one of the existing examples.
I hope it answers your need.
Thank you.
Julien.
2026-01-19 5:42 AM
@MH24 wrote:Hello, I would like to know if I can use FP-AI-Vision to design my own application, for example, to detect trees in a yard. Or is it designed only for the three applications: food recognition, person presence detection, and people counting?
I have the same question and was wondering about this as well. I’m interested in using FP-AI-Vision for a custom use case, not just the predefined demos. Detecting objects like trees or other outdoor elements would be really useful for my project too. From the documentation, it’s not entirely clear how flexible the platform is beyond the listed applications. I’d like to know if we can train or adapt models for different object detection scenarios. If anyone has tried building a custom application with it, your experience would really help. Hopefully someone from the team can clarify this.
2026-01-19 5:52 AM
Hello,
FP-AI-Vision application package is not supported any longer.
For any new AI development on STM32, please refer to the STM32 Model Zoo:
GitHub - STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices
GitHub - STMicroelectronics/stm32ai-modelzoo-services: AI Model Zoo services for STM32 devices
You will find "object detection" examples from which you can start your development.
Thank you for your understanding.
Julien