Hi ! So after yesterday post where I used YoloV3 and MobileNetSSD, I also remember that we have YoloV4 released on April. I managed to make my code work with YoloV4 with some poor FPS results. If you are interested on the code, let me know and I’ll be happy to share the code. It’s…… Continue reading #ComputerVision – Object Detection with #YoloV4 (work in progress …) and let’s think about ethics in Computer Vision
Tag: Face Recognition
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (7/N)
Hi! I’m writing a series of posts about how to control a drone with Python and 20 lines of code, and once I reach to the point to read the camera feed, I’ve added a face detection sample. However this time I didn’t use the face_recognition python package I’ve used in this series, I performed…… Continue reading #VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (7/N)
#Python – Let’s use a #FaceRecognition demo app for a performance comparison between #RaspberryPi3 and #RaspberryPi4
Hi! I started to do some tests with the new Raspberry Pi 4 and the results are amazing. I’m not a performance expert, so I decided to pick up some of the demos / apps I’ve creating for the Raspberry Pi and run them in both models: Raspberry Pi 3 B+ and Raspberry Pi 4.…… Continue reading #Python – Let’s use a #FaceRecognition demo app for a performance comparison between #RaspberryPi3 and #RaspberryPi4
#RaspberryPi – Running a #python script in a Python Virtual Environment on reboot / startup
Hi! Adrian Rosebrock is a very smart person who has tons of great resources about Computer Vision in PyImageSearch.com. Most of them are with Python, and he also have some of them focused on how to perform CV using OpenCV in a Raspberry Pi. In the post [Running a Python + OpenCV script on reboot,…… Continue reading #RaspberryPi – Running a #python script in a Python Virtual Environment on reboot / startup
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (6/N)
Hi! In my last post I share some lines of code which allowed me to run some of the face recognition demos 6 times faster. I added a Frames per Second (FPS) feature in my samples. Later, thinking about performance, I realize that I don’t need to work with a full HD picture (1920 x…… Continue reading #VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (6/N)
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (4/N)
Hi! Quick post today. I’ll pickup yesterday demo, showing the facial features and adding Face Recognition on top of that. In other words, we’ll move from this To this With a couple of extra lines for face recognition https://gist.github.com/elbruno/84cb0abcacae3370c5c53cb2fab2f077 There is some room for performance improvement, so I’ll focus on this in next posts. The…… Continue reading #VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (4/N)
#VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (2/N)
Hi! Yesterday I explained how to write a couple of lines in Python to perform live face detection in a webcam feed [Post]. Check the resources section to find more about the tools I’m using. Today, I’ll add some more code to perform face recognition. And as usual, I’ll work with my kids to test…… Continue reading #VSCode – Let’s do some #FaceRecognition with 20 lines in #Python (2/N)