How I built a Computer Vision Game with Opencv, Mediapipe and Python
Computer Vision Game basic components Last week I came up with an idea: to make a computer vision game. I had the…
Face recognition in real-time with OpenCV and Python
What is face recognition? With face recognition, we not only identify the person by drawing a box on his face but we…
Train Mask R-CNN for Image Segmentation (online free gpu)
We will see in the simplest way possible to train the Mask R-CNN detector. Mask R-CNN is a Convolutional Neural Network (CNN)…
How to install Yolo v4 on Jetson Xavier NX
In this tutorial, we will see how to use Jetson Xavier NX with YOLO v4 and darknet. In the past, we have…
Count Vehicles on images with Opencv and Deep learning
Count vehicles on images from directory In this tutorial, we will talk about object counting and precisely vehicle counting. We will see…
Agriculture plant analysis with the drone and Artificial Intelligence
In this video, I show how computer vision and artificial intelligence help companies improve production and save money. This is done by…
Identify and Measure precisely Objects distance | with Deep Learning and Intel Realsense
Identify and Measure precisely Objects distance We will see how to check the distance of an object from the camera. This is…
Image Augmentation (Improve your Dataset) | with Imgaug
In this tutorial, we will learn how to enhance your dataset with the augmentation image technique. To do this we use a…
Measure size of an Object | with Opencv, Aruco marker and Python
Today we will look at the simplest possible implementation for measuring objects with Aruco Marker. For example this USB stick depending on…