Actually I have seen this same content from "Drone Bot Workshop" channel . But, your version is more familiar to us. Keep going... Make more projects through this.👍
Your encouragement means a lot to me. Stay tuned for more exciting projects and ML adventures! Also you can recommend me what should I make next in this series
we are pretty good in arduino and MCUs, but not yet picking up with AI stuff, because of the steep learning curve, edgeimpulse based projects are more welcome... please make a series,
Thank you so much for sharing your knowledge and experience and clear explanation. Indian people are smart and talented. I am not Indian. I'm Iranian but I love India and Indians.🌹
Thank you so much for this video, sir! I a using this tool for my ECE major project. I have 2 questions: 1. I need to read a car number plate for my project. If I click multiple photos and give the car number as label, will it work. If not, how can I do that? 2. I read somewhere that this thing develops a better model if we take a picture using the same camera which we're gonna use in this project. How much impact will it have over the model? Because its more convenient to use a phone. Should I still stick to use ESP32CAM for the pictures? I humbly request you to help me out here. Thanks in Advance!
Super and Interesting Project using ML and ESPCAM.. You always come with Innovative and new project and Technologies as always. I will Definitely Try it and comment my feedback later. And Waiting for more Projects related to ML using ESPCAM
Should you not get the images used for training also using the ESP32-CAM since the resolutions of the phone camera and the ESP32-CAM are obviously vastly different?
I have a question regarding Edge Impulse. Can you add functions other than object detection? For instance, when the camera detects a coin, it will trigger an LED light within the circuit. Thank you for your detailed discussion regarding Edge Impulse, and I hope for your positive response!
i have done everything and build my own model but when i put the code in arduino it wont compile ,it doesnt show any errors it is just stuck in between and never finishes compilation can anyone please help me regarding this issue.
I recently had the same problem, so I decided to compile on Linux, more specifically on Ubuntu. It has improved considerably, it takes less than 5 minutes to compile.
Thank you very much, enlightener! I'm very glad that I saw your new video It is very useful for beginners in this matter You have a modern XIAO ESP32S3 Sense board Why did you use XIAO ESP32-CAM? Is it possible to do the same on the new XIAO ESP32S3 Sense board? What changes need to be added to the process?
esp32_camera:117:18: error: 'CAMERA_GRAB_WHEN_EMPTY' was not declared in this scope .grab_mode = CAMERA_GRAB_WHEN_EMPTY, ^ esp32_camera:118:1: error: 'camera_config_t' has no non-static data member named 'fb_location' }; ^ exit status 1 'CAMERA_FB_IN_PSRAM' was not declared in this scope I am getting, this error, i am following all the procedure you illustrated
hey techiesms I am applying this example but I faced a problem that it takes a long time to check the code on arduino ide and even to upload the code to the board it takes a very long time so plz I need you help
In place of above esp32 cam, i can use seed studio esp32 sense add a speaker. Can I ask through the mic "detect object" the esp32 sense will detect the object and tell the answer through speaker
I ended up encountering a problem when compiling the code, I already tried to update all the things that were pending, check if the libraries were installed and change the microcontroller port. So far I haven't found anyone talking about the solution to this and I don't know what to do, I had to pause my project because of this.
Thanks for this valuable video, I tryied and it worked well!!! But I don´t know why it only sends serial to Arduino interface, I tryed other serial programs but it did not work!!!
Can we face detect a person with this ML model? Meaning it will show the name of the person. Also, is there any way to integrate this with HA? And please continue this series. Thanks for uploading great content man! Keep up the spirit!
it can detect face and if we give enough data of one person and give name of the person as the lable, well it can do that as well. And i'm not sure about it's integration with HA
@@techiesms I'm not sure about this though, but can we modify the code such that if the esp32cam detects PERSON 1, then it would make a pin high, which will act as an input binary sensor to another esp32 running espHome. Similarly it will make different pins high for different persons.
Share your thoughts and Suggestions about what should we make next in this series of Machine Learning Projects
Actually I have seen this same content from "Drone Bot Workshop" channel . But, your version is more familiar to us. Keep going... Make more projects through this.👍
I signed up in this platform and i saw they had stuff on sound and motion ...
I hope you do more on this on esp32 board 🙏.
Can you work with his ingestion API and his speech to text model?
I appreciate your efforts to teach everyone than making those chiller reels
I'll try to make both Big and Short videos that teaches something new to everyone....
just keep supporting by Sharing our content......
Now I feel updated with latest esp32 possibilities. Thanks techiesms
That's great! I'm looking forward to watching more videos and learning about more projects in this series.Thanks.
Your encouragement means a lot to me. Stay tuned for more exciting projects and ML adventures!
Also you can recommend me what should I make next in this series
we are pretty good in arduino and MCUs, but not yet picking up with AI stuff, because of the steep learning curve, edgeimpulse based projects are more welcome... please make a series,
I'll follow this series as much as possible. Always wanted to learn ML. Thanks
It’s interesting man.
Will try it out… waiting for more in the series.
Thanks for making & sharing informative content.
Hope you enjoy it!
Awesome, awaiting for more videos and project in this series 😁❤
Your enthusiasm fuels my passion for creating more content. Stay tuned for what's next!
Thank you so much for sharing your knowledge and experience and clear explanation. Indian people are smart and talented. I am not Indian. I'm Iranian but I love India and Indians.🌹
I would really like to see more of the videos in this series. I am quite eager to learn more on the topic.
The Thing I Was Expecting From Him 👍🏻😎😍. Well Done ✅
Glad I didn't disappoint! More surprises coming your way!
This is an amazing project, excited to see more series on ML🔥
I appreciate your support and enthusiasm for the series! More exciting ML content coming your way.
Loved it ❤❤
Sir Your explanations are always top-notch. I finally understand this concept♥️♥️
Thanks 😇
Thank you so much for this video, sir! I a using this tool for my ECE major project. I have 2 questions:
1. I need to read a car number plate for my project. If I click multiple photos and give the car number as label, will it work. If not, how can I do that?
2. I read somewhere that this thing develops a better model if we take a picture using the same camera which we're gonna use in this project. How much impact will it have over the model? Because its more convenient to use a phone. Should I still stick to use ESP32CAM for the pictures?
I humbly request you to help me out here. Thanks in Advance!
very nice please continue this series.
Can it differentiate between casual and formal clothing
Yeah possible
I tried out 60 epoch and dimensions 96x96 it worked fine
Super and Interesting Project using ML and ESPCAM.. You always come with Innovative and new project and Technologies as always. I will Definitely Try it and comment my feedback later. And Waiting for more Projects related to ML using ESPCAM
Great comment
Your support means a lot to me! Can't wait to hear your feedback after you try it out.
Next Video on Using TensorFlow Lite pose estimation model on esp32cam
in the estimation of the Rasbery Pi 4 part, why not use the ESP32 cam? Why does using a Raspberry Pi 4 have an effect or not?
Should you not get the images used for training also using the ESP32-CAM since the resolutions of the phone camera and the ESP32-CAM are obviously vastly different?
I have a question regarding Edge Impulse. Can you add functions other than object detection? For instance, when the camera detects a coin, it will trigger an LED light within the circuit. Thank you for your detailed discussion regarding Edge Impulse, and I hope for your positive response!
Can we also detect vehicle with esp32 and take actions on the obtained results 🤔
does teh uart output in arduino gives the x y co ordinates of the object as well ( so that we can pick
up with an robot arm...
definitely a cool project
i have done everything and build my own model but when i put the code in arduino it wont compile ,it doesnt show any errors it is just stuck in between and never finishes compilation can anyone please help me regarding this issue.
I have the same problem... and so far I haven't been able to find a solution or anyone talking about this problem
I recently had the same problem, so I decided to compile on Linux, more specifically on Ubuntu. It has improved considerably, it takes less than 5 minutes to compile.
Same issue mate we have to wait for more time
hi, i am just getting so many errors despite following every step of yours. my esp32 cam cannot compile
Yes same here😢
Me too...
Same thing
Try using different PC. I tried, it worked.
If using same PC, try updating the version of C being used in by GCC.
same🥲
Interesting, thank you! Do you know how to integrate it with VS code (instead of Arduino IDE)?
could you please do a video with object recognition and object tracking combine ?
I have a pan and tilt kit/esp32cam/FTDI and I tried everything 😢
Thank you very much, enlightener!
I'm very glad that I saw your new video
It is very useful for beginners in this matter
You have a modern XIAO ESP32S3 Sense board
Why did you use XIAO ESP32-CAM?
Is it possible to do the same on the new XIAO ESP32S3 Sense board?
What changes need to be added to the process?
does edge impulse only display text, can't it be like YOLO bounding box?
Help please
What if you want to make the ESP32 system have labels in real time via video stream like Open CV Yolo?
Hi, I wonder if you have a video to do the same, but instead of using Arduino as a framework, use the ESP-IDF. Thanks in advance.
Please continue this series, make a video on voice recognition
Thank you for the suggestion! I'll definitely consider adding voice recognition to the series.
great .i am searcing this one so long.
esp32_camera:117:18: error: 'CAMERA_GRAB_WHEN_EMPTY' was not declared in this scope
.grab_mode = CAMERA_GRAB_WHEN_EMPTY,
^
esp32_camera:118:1: error: 'camera_config_t' has no non-static data member named 'fb_location'
};
^
exit status 1
'CAMERA_FB_IN_PSRAM' was not declared in this scope
I am getting, this error, i am following all the procedure you illustrated
Can we use this for face regoganation like identifiing a person using edge impulse
can i connect the ESP32Cam with Arduino Nano instead, and will it still work?
hey techiesms
I am applying this example but I faced a problem that it takes a long time to check the code on arduino ide and even to upload the code to the board it takes a very long time so plz I need you help
Why I'm always getting "Failed to connect" or "No data receives"?
In place of above esp32 cam, i can use seed studio esp32 sense add a speaker. Can I ask through the mic "detect object" the esp32 sense will detect the object and tell the answer through speaker
Well, this sounds really great idea. I'll definitely consider it and try to work on it
@@techiesms Thanks
sketch is not compiling..what can be the correction?
Same
Technology is so cool!
I'm a bit altered about using cloud services. Pretty cool it can just spit out a library like that.
Who knew machines could just spit out libraries like it's no big deal!
The image or vidio can send to googledrive ?
need episode 2 🔥🔥
I have questions does it run on board or its use computer resources to compute tasks
Everything On board
Its edgeML project
@techiesms thanks for replying ...actually im doing the project wanna know which line of code its output line ...
I ended up encountering a problem when compiling the code, I already tried to update all the things that were pending, check if the libraries were installed and change the microcontroller port.
So far I haven't found anyone talking about the solution to this and I don't know what to do, I had to pause my project because of this.
Great video! Thank you! Where can I find the source code if it is open source?
It shows Episode 1, but couldn't find any other episodes.
Thanks for this valuable video, I tryied and it worked well!!! But I don´t know why it only sends serial to Arduino interface, I tryed other serial programs but it did not work!!!
do they have a pretrained models ?
like google's computer vision api ?
No
Can we do Landmark human using this?
Great man 😊
Awesome, thanks for the encouragement!
Bro I want to do the same using blynk app... How to do it?
its showing
Compilation error: 'CAMERA_FB_IN_PSRAM' was not declared in this scope. when i compile sketch sir
Me too
We need help 🙏
How many objects we training there?
Is it work on seeed studio esp cam bro?
Bhai Bhai, Aayo aayo Gujarati👌👌👌
Ha bappu haaa
Face recognition model??
Can we face detect a person with this ML model? Meaning it will show the name of the person.
Also, is there any way to integrate this with HA?
And please continue this series. Thanks for uploading great content man! Keep up the spirit!
it can detect face and if we give enough data of one person and give name of the person as the lable, well it can do that as well.
And i'm not sure about it's integration with HA
@@techiesms I'm not sure about this though, but can we modify the code such that if the esp32cam detects PERSON 1, then it would make a pin high, which will act as an input binary sensor to another esp32 running espHome. Similarly it will make different pins high for different persons.
hi in this playlist some other video is attached by mistake, remove asap
Can I use with seed studio esp32 sense?
Yes
Wow Sachin great , teach to include the code to turn a led on and off it RF remote is captured 👍
Hey, thanks for the input! I'll make sure to cover that code in the next video.
Not working, error in conv.cpp
Nice video. Can you make telegram api credential without hard coding? I don't know where to start. Thank you in advance
let's do a project of reading license plates car plates. what do you think?
Evive - DIY Electronics Kit
Powerful 😍
edge mpulse is free to use?
Yes
Xiao esp32s3 sense is a very good and better option for this purpose
Sure
Definitely.
I’ll try to make some ML projects using that as well
Good video but you were very fast when using esp32. Plz also explain your steps for esp32
Ok
I’ll take care about it
But you can let me know here about what steps you didn’t understand
Great💯
Thanks
This is huskylens killer
yaa, Maybe....
Sir Hindi language me bhi video banano
🎉❤
Nothing online
Nothing cloud ☁️
.... do your projects only locally on your computer .... bye
How to output objects with detection boxes
Sir i am getting error while compiling the example code from edge impulse....please help.....😢