DeepLab models, first debuted in ICLR ‘14, are a series of deep learning architectures designed to tackle the problem of semantic segmentation. After making iterative refinements through the years, ...
YOLOR – Paper Explanation & Inference – An In-Depth Analysis
In recent years, we have seen tremendous progress in the YOLO series, now hosting both anchor-free and anchor-based object detection models. Instead of focusing solely on architectural changes, YoloR ...
Driver Drowsiness Detection Using Mediapipe In Python
According to CDC, "An estimated 1 in 25 adult drivers (18 years or older) report falling asleep while driving…". The article reports, “...drowsy driving was responsible for 91,000 road accidents…”. To ...
Document Segmentation Using Deep Learning in PyTorch
Document Scanning is a background segmentation problem that can be solved using various methods. It is one of the extensively used applications of computer vision. In this article, we are considering ...