#Coding4Fun – How to control your #drone with 20 lines of code! (12/N)

Hi! Today code objective is very simple, based on a request I received from internet: The drone is flying very happy, but if the camera detects a face, the drone will flip out ! Let’s take a look at the program working: This one is very similar to the previous one. I also realized that…… Continue reading #Coding4Fun – How to control your #drone with 20 lines of code! (12/N)

#Coding4Fun – How to control your #drone with 20 lines of code! (11/N)

Hi! Today code objective is very simple: The drone is flying very happy, but if the camera detects a banana, the drone must land ! Let’s take a look at the program working: And a couple of notes regarding the app Still use Haar Cascades for object detection. I found an article with a Xml…… Continue reading #Coding4Fun – How to control your #drone with 20 lines of code! (11/N)

#Coding4Fun – How to control your #drone with 20 lines of code! (10/N)

Hi! Back to some drone posts! I was kind of busy during the last weeks and now I can get back to write about the drone. OK, in the last posts I described how to connect and work with the drone camera feed using OpenCV. Now with 2 extra lines of code we can also…… Continue reading #Coding4Fun – How to control your #drone with 20 lines of code! (10/N)

#Coding4Fun – How to control your #drone with 20 lines of code! (9/N)

Hi! Let’s take some Frames Per Second measurements on the UDP and OpenCV connection. It seems that working with simple movements, the values moves between 30 and 60 FPS. Just added a couple of lines in the main While, to calculate the FPS. # open i = 0 while True: i = i + 1…… Continue reading #Coding4Fun – How to control your #drone with 20 lines of code! (9/N)

#WinML – #CustomVision, reconocimiento de objectos utilizando Onnx en Windows10, calculando FPS

Buenas ! Hoy va un post rápido. Y es del tipo de ayuda mental, ya que siempre que tengo que mostrar informaciĂłn relacionada a proceso de frames por segundo, tengo que buscar en mis aplicaciones anteriores. En este caso agregare esta informaciĂłn al reconocimiento de imágenes con un modelo Onnx exportado desde Custom Vision. En…… Continue reading #WinML – #CustomVision, reconocimiento de objectos utilizando Onnx en Windows10, calculando FPS

#WinML – #CustomVision, object recognition using Onnx in Windows10, calculate FPS

Hi ! Quick post today. And it’s mostly as a brain reminder on the best way to perform a Frames Per Second calculation when we are analyzing images using a ONNX model. In the final UWP app, I added a top right label displaying the current date and time, and the processed FPS And the…… Continue reading #WinML – #CustomVision, object recognition using Onnx in Windows10, calculate FPS