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, ...
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 ...
Intersection over Union (IoU) in Object Detection and 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 ...
AUTOSAR C++ compliant deep learning inference with TensorRT
If you are unfamiliar with safety compliance and are debating whether or not to read this blog post, let’s answer the most important question first. Why should you read this blog post?What can we ...
Top 10 Sources to Find Computer Vision and AI Models
The AI community generously shares code, model architectures, and even models trained on large datasets. We are standing on the shoulders of giants, which is why the industry is adopting AI so ...
Building Industrial embedded deep learning inference pipelines with TensorRT
You can scarcely find a good article on deploying computer vision systems in industrial scenarios. So, we decided to write a blog post series on the topic. The topics we will cover in this ...