Browse by Domains

tensorflow

Real-time Face detection | Face Mask Detection using OpenCV

In this article, we are going to find out how to detect faces in real-time using OpenCV. After detecting the face from the webcam stream, we are going to save the frames containing the face. Later we will pass these frames (images) to our mask detector classifier to find out if the person is wearing […]

Real-time Face detection | Face Mask Detection using OpenCV Read More »

pytorch vs tensorflow

PyTorch vs TensorFlow – Explained | What is the difference between PyTorch and TensorFlow?

Contributed by: Arindam Sarkar LinkedIn Profile: www.linkedin.com/in/arindamxsarkar While starting with the journey of Deep Learning, also known as Neural Networking, one finds a host of frameworks and libraries in Python. Thus, the obvious dilemma of where to start and which one to pursue comes into the picture. This article is for those who have started

PyTorch vs TensorFlow – Explained | What is the difference between PyTorch and TensorFlow? Read More »

Your First steps in Computer Vision: Using PyTorch with an example

Contributed By: Dr C. S. JyothirmayeeLinkedIn Profile: https://www.linkedin.com/in/dr-c-s-jyothirmayee-rao-396b3715/ The term Computer Vision (CV) is used and heard very often in artificial intelligence (AI) and deep learning (DL) applications. The term essentially means… giving a sensory quality, i.e., ‘vision’ to a hi-tech computer using visual data, applying physics, mathematics, statistics and modelling to generate meaningful insights.

Your First steps in Computer Vision: Using PyTorch with an example Read More »

Scroll to Top