Archives for cnn neural network

07 Jul

Introduction To Local Feature Matching Using LoFTR

image-24112
image-24112

The word “Feature”, when explained as in the domain of computer vision and image processing, can be defined as a piece of information that describes or tells us about the content of an image. For example, it helps us identify whether a certain region of an image has certain properties. Features in an image help…

The post Introduction To Local Feature Matching Using LoFTR appeared first on Analytics India Magazine.

16 Jun

Action Recognition Using Inflated 3D CNN

image-23581
image-23581

We all have audienced the fantastic deep learning approaches that have regularly or empirically, demonstrated better than ever success each and every time in learning image representation tasks, such as image captioning, semantic segmentation, object detection, and so on. With a wide variety of convolutional neural networks on our hands, this has enabled us to…

The post Action Recognition Using Inflated 3D CNN appeared first on Analytics India Magazine.

21 Mar

How To Detect Objects With Detection Transformers?

image-21042
image-21042

DETR(Detection Transformer) is an end to end object detection model that does object classification and localization i.e boundary box detection. It is a simple encoder-decoderTransformer with a novel loss function that allows us to formulate the complex object detection problem as a set prediction problem.

The post How To Detect Objects With Detection Transformers? appeared first on Analytics India Magazine.

08 Nov

10 Free Online Resources To Learn Convolutional Neural Networks

image-17418
image-17418

Convolutional Neural Networks (CNNs) are one of the most important neural network algorithms in the present scenario. Tech giants like Google, Facebook, Amazon have been thoroughly using this neural network to perform and achieve a number of image-related tasks. The applications of CNNs mostly includes the field of computer vision for image recognition, object detection,…

The post 10 Free Online Resources To Learn Convolutional Neural Networks appeared first on Analytics India Magazine.