Build a Sleep Tracker with Opencv and Python
In this tutorial we will attempt to build a sleep tracker, to monitor our quality of sleep by tracking head position and…
How to build a PC for Deep Learning (on a budget)?
We’re going to see in this article how to choose the right components when building a personal computer for Deep Learning. The…
Python beginners course [Tutorial] – Learn python from scratch
This is summary of the python course I’m teaching on the video.I did break down the lesson into 11 simple characters so…
Identify objects moving on a conveyor belt using Opencv with Python
In this tutorial we will learn how to create a simple prototype to detect objects passing on a conveyor belt. We will…
Text recognition (OCR) with Tesseract and Opencv
In this tutorial we’re going to see how to use Tesseract to recognize text from an image. Tesseract is the most popular…
Add watermark to multiple images with Opencv and Python
We’re going to see right now how to add a watermark automatically to multiple images using Opencv with Python. So for example…
Train YOLO to detect a custom object (online with free GPU)
In this tutorial I’m going to explain you one of the easiest way to train YOLO to detect a custom object even…
Insert tetrominoes position into an array – Python Plays Tetris p. 4
Until now in this series we’ve been working to retrieve the informations from the board: detecting the board, the tetrominoes and their…
Run Mask R-CNN on GPU with Pytorch (on Ubuntu)
In this tutorial we are going to see how to run the Mask R-CNN algorythm using the GPU on the Ubuntu os…