Jaiyam Sharma
Introduction CUDA programming model2.1 What is CUDA?2.2 Introduction to some important CUDA concepts Implementing a dense layer in CUDA Summary 1. Introduction A few months ago, we covered the launch of NVIDIA’s latest Hopper H100 GPU for data centres.
- Tags: CUDA, cuDNN, deep learning, GPU architectures, nvidia
Kukil
Intersection Over Union (IoU) is a number that quantifies degree of overlap between two boxes. In object detection and segmentation, it is a helper metric for evaluating models. Continue reading the article to learn more.
- Tags: AP, Intersection over Union, IoU, MAP, Model Evaluation Metrics
Sanyam
Surveillance cameras plays an essential role in securing our home or business. These cameras are super affordable. So is setting up a surveillance system. The only difficult and expensive part is the monitoring. For real time monitoring, usually a
Sanyam
Optical Character Recognition is the process of recognizing text from an image by understanding and analyzing its underlying patterns. We will implement and compare various OCR algorithms provided by PaddleOCR
Dev Manek
In this post, we will use MediaPipe to track hand gestures and convert them to appropriate actions like zooming in, blurring the background, and switching the camera on or off.
- Tags: gestures, mediapipe, v4l2loopback, zoom
Ritik
In the previous posts of the TFLite series, we introduced TFLite and the process of creating a model. In this post, we will take a deeper dive into Model Optimization. We will explore the different model optimization techniques supported