#OpenCV – Detect and blur faces 😁 using DNN in Python 🐍

Hi ! Quick post today: detect a face using a pretrained DNN model and blur the face area. Easy to implement, and also easy to read: Code below https://gist.github.com/elbruno/2be864075b6c2dbef18e6a68530aa736 That’s it, sample using DNN. Next challenge will be to do this in F#.

#dotnet – Detecting Faces, DNN vs Haar Cascades from the 🎦 camera feed using #OpenCV and #net5

Hi ! In one session around computer vision, someone ask the question about which approach is better Haar Cascades or DNN? And the answer can be show using the video below As you can see Haar Cascades works great for faces looking directly to the camera, with good lights and in optimal conditions. However, once…… Continue reading #dotnet – Detecting Faces, DNN vs Haar Cascades from the 🎦 camera feed using #OpenCV and #net5

#dotnet – Detecting Faces using DNN from the 🎦 camera feed in a WinForm using #OpenCV and #net5

Hi ! Let’s do some face detection using a DNN model (See references). As yesterday, I won’t write about details, there are almost 20 years of online documentation available. And, IMHO opinion code is much more useful that long writing, so let’s go there. 1st load the Caffe model and the config file. // download…… Continue reading #dotnet – Detecting Faces using DNN from the 🎦 camera feed in a WinForm using #OpenCV and #net5

#AI – #AISchool, Free OnLine Training for Artificial Intelligence

Hi! One of the questions that I always ask in AI talks is how to start learning AI? Here the answer is not an easy one. There are online resources such as EDx or Coursera which offer very complete courses, lasting several weeks. At some point I will probably share my experience about this platforms.…… Continue reading #AI – #AISchool, Free OnLine Training for Artificial Intelligence

#AI – #AISchool, cursos gratuitos de Inteligencia Artificial OnLine

Buenas! Una de las preguntas que siempre me hacen en las charlas de AI, es ¿cómo empezar a aprender AI? Aquí la respuesta es variada, ya que hay recursos como EDx o Coursera que ofrecen cursos muy completos, de varias semanas de duración. En algún momento escribiré mi experiencia al respecto. Otra opción es Artificial…… Continue reading #AI – #AISchool, cursos gratuitos de Inteligencia Artificial OnLine