Blog categorized as Artificial Intelligence

Introduction To Deep Learning Interview Guide

Deep learning is one of the most popular niches in the world of data science. With the rise of self-driving cars and smart speakers, companies these days are also on the lookout for data scientists who have a knack for deep learning. Here, we cover some b...

18.07.21 04:19 AM - Comment(s)

Introduction To Beginner's Guide to OpenCV

This is Beginner's Guide to OpenCV, One of the most advanced and compelling types of Machine Learning applications of the present decade is undoubtedly Computer Vision. Knowingly or unknowingly, you have experienced one of its numerous utilization. From Tesl...

29.06.21 09:15 AM - Comment(s)

Introduction To Beginner's Guide to TensorFlow

In This Article, We Are Providing an In-Depth Beginner's Guide to TensorFlow and Its Applications Deep Learning has taken over the AI and automation industry. From self-driving cars to the famous Alexa, tech companies are developing technologies to make ...

30.05.21 12:00 AM - Comment(s)

Introduction To Keras vs Tensorflow

In This Article, We Are Going To Discuss Keras vs Tensorflow. Tesla was in the spotlight recently for introducing itself in the Indian market. Tesla cars are in the rage for running on clean energy and possessing the revolutionary self-driving technology. Deep Lear...

18.05.21 04:43 AM - Comment(s)

Understanding Featuresof Image Segmentation Using OpenCV

In this article, We will learn to use marker-based Image Segmentation Using OpenCV with watershed algorithm.

Any grayscale image can be viewed as a topographic surface where high intensity denotes peaks and hills while low intensity denotes vall...

08.09.20 04:13 AM - Comment(s)

Introduction Image Processing in OpenCv

In this article, you will learn Image Processing in OpenCv like how to read an image, how to display it and how to save it back

The below function is used for reading, show, and save images.

  • cv2.imread() :- read images
  • cv2.imshow() :- show the images(display)
  • cv2.i...
03.09.20 01:00 PM - Comment(s)

Introduction To Human Pose Estimation using OpenCV

In This article, we will discuss how to use a Deep learning network model for Human Pose Estimation using OpenCV. For this task we used the pre-trained model name Caffe model that won the COCO keypoints challenge in 2016 in our own application. 

...

01.09.20 04:57 AM - Comment(s)

Introduction

In this article we are going to discuss how to Build Social Distancing Detection Tool using Deep Learning, Social distancing also called “Physical distancing” means to keep safe space distance between yourself and another human being. Is a set of non-pharmaceutical interventions or measu...

18.08.20 02:27 PM - Comment(s)

IntroductionVideo Analysis using OpenCV in Python

In this article, We will explain the Video Analysis using OpenCV in Python not a video classification or not a object detection from video. We will learn about Meanshift and Camshift algorithms  to find and track objects in videos. It means you w...

15.08.20 04:53 PM - Comment(s)

Introduction

Computer Vision, often abbreviated as “CV”. The problem is it appears simple because it is trivially solved by people, even every young child. But, it not limited largely research on biological vision and because of the complexity of visual perception in a dynamic and nearly infinitely v...

15.08.20 03:15 PM - Comment(s)