Author Archives: Prudhvi varma - Page 2

19 Aug

Guide To OpenCV Functions For Image Processing

image-14991
image-14991

OpenCV is used as an image processing library in many computer vision real-time applications. There are thousands of functions available in OpenCV. These simple techniques are used to shape our images in our required format. As we know an image is a combination of pixels, for a color image we have three channels with pixels…

The post Guide To OpenCV Functions For Image Processing appeared first on Analytics India Magazine.

19 Aug

Guide To OpenCV Functions For Image Processing

image-14989
image-14989

OpenCV is used as an image processing library in many computer vision real-time applications. There are thousands of functions available in OpenCV. These simple techniques are used to shape our images in our required format. As we know an image is a combination of pixels, for a color image we have three channels with pixels…

The post Guide To OpenCV Functions For Image Processing appeared first on Analytics India Magazine.

19 Aug

Guide to Generating & Testing QRcode Using OpenCV

image-14955
image-14955

Nowadays QR Code scanners have become popular because of their huge usage. QRcode stores some information in it. We can detect the QRcode from the image and we can decode the data in it. Mostly we can see QR codes are used by all e-payment apps and by their customers and every manufacturing product will…

The post Guide to Generating & Testing QRcode Using OpenCV appeared first on Analytics India Magazine.

14 Aug

How I Trained my Model Without A Single Line Of Code – Image Recognition On IBM Watson

image-14832
image-14832

Humans recognize objects and are able to classify objects because we are born with vision and brains. We can learn to recognize by training our brain from our experiences but how machines recognize objects….? After deep research about the human brain, the researchers discovered how the brain receives information and sends back the information. In…

The post How I Trained my Model Without A Single Line Of Code – Image Recognition On IBM Watson appeared first on Analytics India Magazine.

14 Aug

5 Object Detection Evaluation Metrics That Data Scientists Should Know

image-14812
image-14812

In computer vision, object detection is one of the powerful algorithms, which helps in the classification and localization of the object. Object detection is more challenging because it needs to draw a bounding box around each object in the image. While going through research papers you may find these terms AP, IOU, mAP, these are…

The post 5 Object Detection Evaluation Metrics That Data Scientists Should Know appeared first on Analytics India Magazine.

13 Aug

Plotly vs Seaborn – Comparing Python Libraries For Data Visualization

image-14775
image-14775

By the advancements of technology, we are generating huge amounts of data in multiple ways. The data generated from the origin of the earth to the 20th century is equal to the data generated from 2001 to 2020. It means the data generated from the past 20 years is more than ever generated. The data…

The post Plotly vs Seaborn – Comparing Python Libraries For Data Visualization appeared first on Analytics India Magazine.

10 Aug

Keras vs PyTorch vs Caffe – Comparing the Implementation of CNN

image-14688
image-14688

In this article, we will build the same deep learning framework that will be a convolutional neural network for image classification on the same dataset in Keras, PyTorch and Caffe and we will compare the implementation in all these ways. Finally, we will see how the CNN model built in PyTorch outperforms the peers built-in Keras and Caffe.

The post Keras vs PyTorch vs Caffe – Comparing the Implementation of CNN appeared first on Analytics India Magazine.

10 Aug

Keras vs PyTorch vs Caffe – Comparing the Implementation of CNN

image-14690
image-14690

In this article, we will build the same deep learning framework that will be a convolutional neural network for image classification on the same dataset in Keras, PyTorch and Caffe and we will compare the implementation in all these ways. Finally, we will see how the CNN model built in PyTorch outperforms the peers built-in Keras and Caffe.

The post Keras vs PyTorch vs Caffe – Comparing the Implementation of CNN appeared first on Analytics India Magazine.

07 Aug

FastAI With TPU In PyTorch For Multiclass Image Classification

image-14625
image-14625

Computer vision is one of the most trending subfields in Artificial Intelligence because of its wide variety of applications. In some domains, they even suppress human intelligence in recognising images with speed and accuracy. In this article, we will demonstrate one of the most popular computer vision applications — multiclass image classification problems using fastAI…

The post FastAI With TPU In PyTorch For Multiclass Image Classification appeared first on Analytics India Magazine.