Measure size of objects in real-time with Computer Vision | Opencv with Python
In this video, we will see how to calculate the dimensions of a fixed camera object on a flat surface. For example,…
Flatten and Dense layers | Computer Vision with Keras p.6
We will see how to apply flatting operation and dense layer into a convolutional neural network with Keras Flatten and Dense layers…
VGG16 from scratch | Computer Vision with Keras p.7
We will see how to make the VGG16 model from scratch with Keras, I will enter all the steps until we arrive…
Max pooling layer | Computer Vision with Keras p.5
In this tutorial, we will see what the Max pooling layer on a convolutional neural network is, what parameters to set and…
Feature map | Computer Vision with Keras p.4
In this lesson, we will see in more detail what feature maps are, how to take them, and how to display them…
Conv2D Layer | Computer Vision with Keras p.3
We will see the Conv2D Layer, Convolutional Network with Keras and how to create a convolutional layer, what it is for, and…
Build a Sequential model | Computer Vision with Keras p.2
In this article, we will see how to build a sequential model with Keras. I advise you to see the previous lesson…
Create layers | Computer Vision with Keras p.1
In this tutorial, we will see how to define a model and create layers with Keras. This tutorial will also be easy…
Install Keras and OpenCV | Computer Vision with Keras
Computer vision with Keras, the purpose of this series is to use Keras as a tool to go deep into computer vision….