Skip to content

Pysource Blog

Computer vision insights

Practical tutorials, product updates, and field notes for building reliable computer vision systems.

Building an AI Vision System for Manufacturing (Step 1)

Hi, this is Sergio,In this new video series, I’m going to take you behind the scenes as I build a complete AI vision inspection system for manufacturing, from idea to fully deployable product. We’ll go far beyond the short, flashy demos you see online. Instead, you’ll see the real process of designing, planning, and developing […]

Read article →

Real-Time Multi-Camera Object Detection and Tracking on a Single Machine

In today’s AI-driven world, building scalable, real-time computer vision systems is no longer a luxury—it’s a necessity. Whether you’re developing smart traffic monitoring, industrial inspection solutions, or advanced surveillance systems, the ability to process multiple video streams concurrently on a single device can dramatically reduce costs and complexity. This post shows you how to build […]

Read article →

Build an accurate visual inspection system | with Python

Developing robust visual inspection systems in manufacturing, especially for electronics, can be challenging due to the need for high accuracy and limited availability of labeled data. This post walks through how to build a complete pipeline using Python to detect multiple types of defects on printed circuit boards (PCBs), even with a constrained dataset. The […]

Read article →

Speed Up YOLO Object Detection by 4x with Python – here is how

If you’re working with computer vision, especially YOLO-based object detection systems, one of the biggest performance bottlenecks is processing speed. Whether you’re handling real-time CCTV feeds, analyzing thousands of hours of video, or deploying on edge devices like Jetson, speed is not a luxury—it’s a necessity. In this post, I’ll break down the eight key […]

Read article →

How to Accurately Detect Small Objects with YOLO and Sahi

Standard object detection models like YOLO often struggle when tasked with identifying very small or distant objects in high-resolution images. Whether you’re analyzing drone footage, satellite imagery, or surveillance video, detection accuracy tends to drop significantly when the target objects occupy only a few pixels. In this post, you’ll learn how to overcome these limitations […]

Read article →

Autonomous defect recognition from scratch | with Python

In the fast-paced world of manufacturing and production, real-time defect detection is not just a luxury—it’s a necessity. Whether you’re working with conveyor belt systems or automating quality control, integrating computer vision can drastically enhance efficiency and accuracy. In this guide, I’ll walk you through how to build a defect detection system from scratch using […]

Read article →

How to Build an Object Detection Project: Step-by-Step Guide for Beginners

Object detection is a powerful technology for Building an object detection project. It has applications across various fields, from identifying animals and detecting vehicles to recognizing products on a shelf or ensuring safety in industrial settings. In this article, I’ll break down the process of building an object detection project—whether it’s your first time or […]

Read article →