...

Object Detection

How to Build a Poker Hand Scanner via Card Recognition API

Real time card detection

Complete Guide to Integrating the Computer Vision Playing Card Detection API Deploying a dedicated card recognition api allows developers to instantly embed advanced computer vision capabilities directly into production environments without managing underlying GPU clusters or machine learning dependencies. Building high-performance image recognition models manually requires immense computational power, months of data annotation, and fine-tuning […]

How to Build a Poker Hand Scanner via Card Recognition API Read More »

How to Customize Bounding Boxes in Ultralytics YOLO

How to Use YOLO11 Text Annotations

The world of computer vision moves fast, and the release of YOLO11 has brought incredible speed and accuracy to real-time object detection. However, raw model predictions are only half the battle; how you visualize and communicate those predictions inside your application matters just as much. This article explores how to break away from generic, rigid

How to Customize Bounding Boxes in Ultralytics YOLO Read More »

How to Track and Filter Custom Classes with YOLO11 Object Counting

How to Track and Count Objects Using YOLO11

Computer vision is evolving rapidly, and the release of Ultralytics YOLO11 brings unprecedented speed and accuracy to real-time video analytics. This article provides a hands-on, production-ready guide to implementing a yolo11 object counting python workflow capable of detecting, tracking, and logging specific moving entities. By combining state-of-the-art deep learning models with practical frame-by-frame processing, we

How to Track and Filter Custom Classes with YOLO11 Object Counting Read More »

Ultralytics YOLO11 Analytics Guide | Build a Real-Time YOLO Tracker

How to Build a Real-Time YOLO11 Tracker

Object detection has evolved rapidly, moving beyond simple static image recognition to the complex world of real-time spatial intelligence. This article explores the implementation of the latest YOLO11 architecture to create a sophisticated tracking system that handles live video streams with precision. Instead of just identifying objects, we are focusing on the professional application of

Ultralytics YOLO11 Analytics Guide | Build a Real-Time YOLO Tracker Read More »

Tomato Leaf Disease Detection: Faster R-CNN PyTorch Tutorial

Faster R-CNN on custom dataset with Pytorch

In this guide, we dive deep into the intersection of computer vision and modern agriculture by building a robust system for identifying plant pathologies. This Faster R-CNN PyTorch Tutorial focuses specifically on tomato leaf disease detection, a critical challenge for farmers and agronomists worldwide. By leveraging deep learning, we can automate the diagnosis of common

Tomato Leaf Disease Detection: Faster R-CNN PyTorch Tutorial Read More »

Accuracy vs. Speed: Comparing Faster R-CNN and SSD in PyTorch

Faster R-CNN vs SSD Speed or Accuracy

In the world of computer vision, choosing the right architecture is often a game of trade-offs between precision and performance. This guide provides a hands-on exploration of two foundational architectures used in modern AI development. We dive deep into the practical implementation of Faster R-CNN vs SSD PyTorch, contrasting the heavy-duty accuracy of two-stage detectors

Accuracy vs. Speed: Comparing Faster R-CNN and SSD in PyTorch Read More »

Train YOLO for African Wildlife Detection

How to Train AI for Wildlife Detection (YOLO 2026)

This guide is a comprehensive, hands-on technical tutorial to building a state-of-the-art computer vision pipeline specifically tailored for detecting diverse animal species in their natural habitats. Using modern training techniques, you will learn how to configure your environment, train a deep learning model on a custom dataset, and accurately run inference to recognize wildlife in

Train YOLO for African Wildlife Detection Read More »

How to Fine-tune YOLOv8 Open Images V7 for 43 Aircraft classes

Transfer Learning Open-Images to YOLOv11

This guide dives deep into the practical implementation of computer vision by showing you how to Fine-tune YOLOv8 Open Images V7 specifically for the complex task of identifying military aircraft. While generic object detection is a common starting point for many developers, moving into a high-precision niche requires a more nuanced approach to model training

How to Fine-tune YOLOv8 Open Images V7 for 43 Aircraft classes Read More »

How to Train YOLO-World on Custom Dataset | Underwater trash dataset

Detecting Underwater Trash with YOLO-World

Modern object detection has reached a pivotal moment with the release of open-vocabulary models that can identify objects they have never seen during training. This tutorial focuses on bridging the gap between general AI capabilities and specialized industrial applications by showing you how to train YOLO-World on custom dataset files. While YOLO-World is renowned for

How to Train YOLO-World on Custom Dataset | Underwater trash dataset Read More »

How to Use YOLO-World for Zero-Shot Object Detection

YOLO-World tutorial

In this YOLO-World tutorial, we explore the groundbreaking shift in computer vision from supervised learning to zero-shot inference. We are moving away from the tedious days of manual bounding box labeling and toward a future where natural language prompts define detection logic in real-time. This transition allows for an unprecedented level of flexibility in how

How to Use YOLO-World for Zero-Shot Object Detection Read More »

Eran Feit