© 2023 Hashnode
#computer-vision
Contributors: Zoya Jamadar*, Vivek Verma, Aishwarya Pujari, Sahil Zawar, Abhishek Yeole* Human Pose Estimation is a computer vision task of detecting and estimating the positions of human joints in an image or a video. It plays a crucial ro…
Introduction In recent years, deep learning has been widely adopted in various fields, including computer vision, natural language processing, and robotics. The success of deep learning models in thes…
ChatGPT, developed by OpenAI, is a highly advanced and innovative language model that has taken the world of AI-powered conversations by storm. Unlike any other language model available on the market,…
So you want to resize an image with OpenCV? You've found your answer. This tutorial will walk you through all the steps needed to do this. I will use Python in this example, but it's a similar process…
If you have ever played Nintendo Switch games, you are likely familiar with the game Ring Fit Adventure, an exercise-based video game that encourages physical activity. Or Mario Tennis and its swing m…
We have all heard about pixels in our daily life but do we know what are they? Let's start to learn more about it. You are able to read this article because you have eyes. Your eyes have thousands of receptor cells which give you the abilit…
The convolutional neural network (CNN) architecture known as AlexNet was created by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton, who served as Krizhevsky’s PhD advisor. Billionaire investor a…
Introduction: Computer vision is the ability of computers to recognize and extract data/information from objects in images, videos, and real-life events. Unlike humans, computers have a hard time proc…
Introduction Hello! 😃 I recently needed to compress images for work, but most free image compressors have a file size requirement, so I decided to create my own using python and opencv. In this post …
This is the fourth blog from my Computer Vision series. As we are moving forward after learning all the basics of the Convolution Neural Networks we will be studying various CNN Architectures that hav…