Hello. We've reached out to our colleagues about your question. Here is their answer. We hope it helps. Yes it woks. The tutorial presented here demonstrates a way to modify a full-featured application from FP-AI-VISION1 to a different use case. i.e. from the PersonDetection classifier to a pasta (wiki article) or STM32 board (video) classifier. The LCD display, camera capture and onboard validation features will remain the same. The modified application can be seen in action with working LCD display at 10:21 in the video or at the end of the wiki article: wiki.st.com/stm32mcu/wiki/AI:How_to_use_transfer_learning_to_perform_image_classification_on_STM32
Thanks for your response. Our LCD was not working at that time . we followed all the steps as mentioned in the video but the switching option was not enabled in the camera app as mentioned in the video 4.40 , we also checked our device manager but the webcam option was not enabled. Kindly help us rectify this issue or suggest some websites/ tutorial to capture the images through B-CAMS-OMV which will help us in proceeding our project.
Hey, By using your MCU instead of Raspberry Py, the speed of the processing will be improved ? What is the bus which communicates with the camera ? The MCU contains an os ? Thank you for your attention. Julien
Hey, it will not be a speed upgrade comoared to the Raspberry Pi, but it will be a cost upgrade, because an stm32h7 development board (not fron st) can be baught with only 15€. Im not sure, but the bus should be dcmi (Digital Camera Intercace) as that is an stm standard If you mean an user os as ob most soc boards like raspberry Pi 4 / 5, then defenetely not, there is not enough Power. If you're thinking about an RTOS, then it is easily possible to set this up in STM32CUBE with just a few clicks. Sorry for all the typos, I'm not native and not used to the english keyboard 😅
This guy should start his own TH-cam channel for sure
I need this tutorial! Great👍
Can I use STM32F407 Disco to process image ?
Hi, I used STM32F429 Disco for image classification, but i used jpeg file instead of camera. Check my video
th-cam.com/video/WcCLhHORZiY/w-d-xo.html
Why do the screen shows a mess after i import the'STM32H747I-DISCO_Person_MobileNetv2_Quant8_IntFps_IntFlash_V310.bin' on my STM32H747I board?
How can this project be ported to F7?
Awesome!
Whether the lcd works even after flashing the code? Kindly reply sir!!!!!
Hello. We've reached out to our colleagues about your question. Here is their answer. We hope it helps.
Yes it woks. The tutorial presented here demonstrates a way to modify a full-featured application from FP-AI-VISION1 to a different use case. i.e. from the PersonDetection classifier to a pasta (wiki article) or STM32 board (video) classifier. The LCD display, camera capture and onboard validation features will remain the same.
The modified application can be seen in action with working LCD display at 10:21 in the video or at the end of the wiki article: wiki.st.com/stm32mcu/wiki/AI:How_to_use_transfer_learning_to_perform_image_classification_on_STM32
Thanks for your response. Our LCD was not working at that time . we followed all the steps as mentioned in the video but the switching option was not enabled in the camera app as mentioned in the video 4.40 , we also checked our device manager but the webcam option was not enabled.
Kindly help us rectify this issue or suggest some websites/ tutorial to capture the images through B-CAMS-OMV which will help us in proceeding our project.
The link to the package is broken, cannot be downloaded :(
Hey,
By using your MCU instead of Raspberry Py, the speed of the processing will be improved ? What is the bus which communicates with the camera ? The MCU contains an os ?
Thank you for your attention.
Julien
Hey, it will not be a speed upgrade comoared to the Raspberry Pi, but it will be a cost upgrade, because an stm32h7 development board (not fron st) can be baught with only 15€.
Im not sure, but the bus should be dcmi (Digital Camera Intercace) as that is an stm standard
If you mean an user os as ob most soc boards like raspberry Pi 4 / 5, then defenetely not, there is not enough Power. If you're thinking about an RTOS, then it is easily possible to set this up in STM32CUBE with just a few clicks.
Sorry for all the typos, I'm not native and not used to the english keyboard 😅
great tutorial!
Glad you think so!