Category: Technical

OCR algorithms: CTC explained
Introduction Connectionist Temporal Classification(CTC) Explained and RCNN + CTC based OCR Experiment Optical Character Recognition (OCR) refers to handwritten or printed text in a wide range of backgrounds (e.g. documents, photo of document, and other background scenes) stored in a digital format. The research of OCR has been a classical issue in Computer Vision and […]

Hyperparameter Optimization for YOLOv8
Hyperparameter Optimization for YOLOv8 with Weights & Biases: An Adventure with object detection algorithms Introduction When working with object detection tasks, getting your model to perform optimally is crucial. This involves selecting the right hyperparameters. In this blog post, we’ll walk through my journey of hyperparameter optimization for the YOLOv8 object detection model using Weights & […]

Deep learning computer vison techniques to measure, read (OCR) and classify with no-code
In the realm of computer vision, deep learning has unleashed a revolution, transforming the way we detect and segment objects in images. This powerful branch of artificial intelligence has not only made object detection and segmentation more accurate but has also opened up new possibilities for text extraction through Optical Character Recognition (OCR) technology. With […]

Machine vision AI for automation, quality control, robotics, and other applications the AI way
The rapid advancements in artificial intelligence (AI) and machine vision technologies are revolutionizing industries across the globe. Traditional computer vision solutions have long been limited by their dependence on static images for analysis, but the increasing capabilities of Graphics Processing Units (GPUs) have opened up new possibilities by enabling video processing. This shift from image […]

How to Train a Convolutional Neural Network for Object Detection
Training a Convolutional Neural Network (CNN) for object detection can be a complex and daunting task, requiring a deep understanding of model architectures, data augmentation techniques, evaluation metrics, and hyperparameters. However, in this blog post, we aim to simplify the process for you by providing a comprehensive guide that covers the essential aspects of training […]

Exploring Image Segmentation Algorithms for Computer Vision
Computer vision, the field of artificial intelligence that enables machines to perceive and interpret visual information, has revolutionized numerous industries and applications. One of the fundamental tasks in computer vision is image segmentation, which involves partitioning an image into distinct regions to extract meaningful objects or boundaries. This process plays a vital role in various […]