In this blog post, we will be training YOLOv4 object detection model on a pothole detection dataset using the Darknet framework. Before we move further, let’s have an overview of the models that ...
Search Results for: c
Automatic Document Scanner using OpenCV
Last updated on 4th Nov 2022 Document Scanning is the process of converting physical documents into their digital form. It can be done by taking images either via a scanner or just your phone ...
Demystifying GPU Architectures For Deep Learning: Part 2
IntroductionAI specific features in recent NVIDIA GPUs2.1 Pascal microarchitecture (2016)2.2 Volta microarchitecture (2018)2.3 Turing microarchitecture (Late 2018)2.4 Ampere microarchitecture ...
Demystifying GPU Architectures For Deep Learning – Part 1
IntroductionCUDA programming model2.1 What is CUDA?2.2 Introduction to some important CUDA conceptsImplementing a dense layer in CUDASummary 1. Introduction A few months ago, we covered the ...
INDEPENDENCE SALE 2022 OPT-OUT
You HAVE OPTED OUT OF Independence Sale 2022. You will not receive any more emails about Independence Day Sale 2022. If you clicked on the opt-out link by mistake, please reach out to ...
Intersection over Union (IoU) in Object Detection & Segmentation
Intersection Over Union (IoU) is a number that quantifies the degree of overlap between two boxes. In the case of object detection and segmentation, IoU evaluates the overlap of the Ground Truth and ...