Thanks this is a great introduction video. I just bought the openmv cam. I didn't know where to start learning and youtube AI suggested this video for me. I would suggest pairing the links to these youtube videos inside the OpenMV IDE right beside the functions. Or as documentation comments inside the functions
We're just not big enough to really do that much documentation ourselves. We look to the community for that. We mainly just expand features per folks wishes and fix bugs.
Hello :), I'm runing v4.0.12 of the IDE and my examples list is a lot smaller than the one shown in the video, additionally there is no collection example in any of the Machine Learning directory. Is there an additional example pack or perhaps should I install an older version of the IDE?@@OpenMVLLC
where you replaced the trained.tflite with the ones you made in edge impulse where can I find that on a Mac I'm having trouble figuring out how to replace those files?
@@OpenMVLLC Okay thanks, is it possible to extract information about the features, for example circle coordinates from this approach, or would it be best to stick with a traditional Hough Transform (like the find circles example) approach on the openMV IDE? Reason being I do not want to detect the same circle multiple times.
I have trouble by uploading my dataset to Edge Impulse cloud! I couldn't upload Zip exported dataset to my edge impulse account. so what I should to do?
I'm trying to adapt this to just an object, like a cell phone. Also i took only 3 pictures and couldn't upload to OpenMV internal storage because it was 76KB and i think i only have 36KB at first? SD card fixed that problem. Now I'm having the infamous MemoryError: Out of fast frame buffer stack memory. Where do i change the frame rate? So many questions..
Hi, you just need to use a smaller model size with the regular OpenMV Cam H7. Just make the Edge Impulse model a 48x48 CNN and it should run on the OpenMV Cam H7.
I just want to capture the image every second. Classify if the image is blurry or not and save it on the SD card. Along with it I'm using BLE 5.0 breakout board to send the clear images to my main microcontroller. I'll be reading data from accelerometer and gyro sensor and feeding it to the two servos simultaneously. Is it possible to do all this from the H7 plus module?
Also, it's running on an MCU without NEON/SSE instructions. It's not expected to be blazing fast. But, it's a great proof of concept that you can run these algorithms on a $3 MCU.
Kwabena, great work! I'm awaiting a shipment of a batch of these. I can't wait get started. Looking forward to see the next update!
Thanks this is a great introduction video. I just bought the openmv cam. I didn't know where to start learning and youtube AI suggested this video for me. I would suggest pairing the links to these youtube videos inside the OpenMV IDE right beside the functions. Or as documentation comments inside the functions
We're just not big enough to really do that much documentation ourselves. We look to the community for that. We mainly just expand features per folks wishes and fix bugs.
Thank you, just received my OpenMV today. Works great!
EXCELLENT!
Really outstanding!!!
Can you please do a tutorial on eye blink detection?
keep up the good work! Great content!
Hello! Your open source project is very good. I would like to know where to download the rare examples in my software. I need it for reference
Ho, they are in the IDE.
Hello :), I'm runing v4.0.12 of the IDE and my examples list is a lot smaller than the one shown in the video, additionally there is no collection example in any of the Machine Learning directory. Is there an additional example pack or perhaps should I install an older version of the IDE?@@OpenMVLLC
Would reducing the number of images sampled reduce the model size enough to run on H7?
No, just reduce the CNN input window from 96x96 to like 32x32 or 48x84.
where you replaced the trained.tflite with the ones you made in edge impulse where can I find that on a Mac I'm having trouble figuring out how to replace those files?
Um, you just download them from online and then drag onto the OpenMV Cam disk.
Is it possible to use this for features such as circle detection?
Yes, you could make a circle image classifier.
@@OpenMVLLC Okay thanks, is it possible to extract information about the features, for example circle coordinates from this approach, or would it be best to stick with a traditional Hough Transform (like the find circles example) approach on the openMV IDE? Reason being I do not want to detect the same circle multiple times.
@@tomaszwhitehead7339 It's best to use the Hough approach. CNNs on the system can't detect circles.
Well done!
I have trouble by uploading my dataset to Edge Impulse cloud! I couldn't upload Zip exported dataset to my edge impulse account. so what I should to do?
Please ask for help support on the Edge Impulse forums.
I'm trying to adapt this to just an object, like a cell phone. Also i took only 3 pictures and couldn't upload to OpenMV internal storage because it was 76KB and i think i only have 36KB at first? SD card fixed that problem. Now I'm having the infamous MemoryError: Out of fast frame buffer stack memory. Where do i change the frame rate? So many questions..
Hi, you just need to use a smaller model size with the regular OpenMV Cam H7. Just make the Edge Impulse model a 48x48 CNN and it should run on the OpenMV Cam H7.
'Expected model output height to be 1' how can i fix this ?
Please ask for help support on the forums and post your code.
Is it possible to detect blurry images using H7 Plus?
I just want to capture the image every second. Classify if the image is blurry or not and save it on the SD card. Along with it I'm using BLE 5.0 breakout board to send the clear images to my main microcontroller. I'll be reading data from accelerometer and gyro sensor and feeding it to the two servos simultaneously. Is it possible to do all this from the H7 plus module?
Yeah, there's a better algorithm called the MTF to figure out if an image is blurry or not.
Can openMV Work with Microsoft Lobe? Lobe is even similar
Not sure what that is.
Can the Openmv Cam M7 integrate with Edge Impulse?
Yes
I need some help! My openmv cant store the files!
Attach a uSD card.
How to connect openmv to cloud??
Attach an ESP32.
@@OpenMVLLC how can i get the coding or some example.. please help me
웃는거 귀엽누
3 fps. Truly groundbreaking
It's a lot faster now. This was before CMSIS-NN integration.
Also, it's running on an MCU without NEON/SSE instructions. It's not expected to be blazing fast. But, it's a great proof of concept that you can run these algorithms on a $3 MCU.