Foundations

Computer Vision

Object detection, segmentation, YOLO, CLIP, and vision-language models

2,491
lessons
Skills in this topic
View full skill map →
CV Basics
beginner
Classify images with a pre-trained CNN
Modern CV Models
intermediate
Run YOLO for real-time object detection
Generative CV
advanced
Build a Stable Diffusion inference pipeline
All Reads (1,342) Articles (426)Blog Posts (276)Tutorials (93)Research Papers (529)News (18)
OpenCV 5.0 Is a Big Deal — With One Big Asterisk
Medium · LLM 👁️ Computer Vision ⚡ AI Lesson 4d ago
OpenCV 5.0 Is a Big Deal — With One Big Asterisk
OpenCV 5.0, released on June 4, 2026, is a major update to the computer vision library. It replaces the legacy DNN engine with a modern… Continue reading on Med
How to hide strings in C++ binaries with consteval
Dev.to · LulLaS 👁️ Computer Vision ⚡ AI Lesson 4d ago
How to hide strings in C++ binaries with consteval
How to hide strings in C++ binaries with consteval — and why it beats xorstr The...
Designing a Clean Computer Vision UI with OpenCV
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 4d ago
Designing a Clean Computer Vision UI with OpenCV
Default overlays look like debug output Continue reading on Medium »
Designing a Clean Computer Vision UI with OpenCV
Medium · Python 👁️ Computer Vision ⚡ AI Lesson 4d ago
Designing a Clean Computer Vision UI with OpenCV
Default overlays look like debug output Continue reading on Medium »
Instead of Feeding an Image to the Model, What If You Rotated the Model Toward the Image?
Medium · LLM 👁️ Computer Vision ⚡ AI Lesson 4d ago
Instead of Feeding an Image to the Model, What If You Rotated the Model Toward the Image?
There’s a CVPR 2026 paper out of the Institute of Automation, Chinese Academy of Sciences with a genuinely odd premise. To appreciate why… Continue reading on M
Reddit r/deeplearning 👁️ Computer Vision ⚡ AI Lesson 5d ago
Searching for a model which detects spread page of a book
I'm new to this sub, so sorry if this question is not appropriate for here. I'm currently developing a document scanner app that specializes in cropping the pag
Medium · Machine Learning 👁️ Computer Vision ⚡ AI Lesson 5d ago
Computer Vision: More Than Just Teaching Machines to See
When I first started learning about Artificial Intelligence, I thought it was all about robots, chatbots, and complex programming. During… Continue reading on M
Medium · Python 👁️ Computer Vision ⚡ AI Lesson 5d ago
Computer Vision: More Than Just Teaching Machines to See
When I first started learning about Artificial Intelligence, I thought it was all about robots, chatbots, and complex programming. During… Continue reading on M
LingBot-Vision: masked boundary modeling for self-supervised pretraining (0.296 NYUv2 linear-probe RMSE at 1.1B vs 0.309 for DINOv3-7B, trails on ImageNet); weights in 4 sizes[R]
Reddit r/MachineLearning 👁️ Computer Vision ⚡ AI Lesson 5d ago
LingBot-Vision: masked boundary modeling for self-supervised pretraining (0.296 NYUv2 linear-probe RMSE at 1.1B vs 0.309 for DINOv3-7B, trails on ImageNet); weights in 4 sizes[R]
<img src="https://preview.redd.it/ha08vg49bnbh1.png?width=140&height=78&auto=webp&s=cbd1e4aed6c0571b7f0acee245c21543fe356719" alt="LingBot-Vision: m
AWS Machine Learning 👁️ Computer Vision ⚡ AI Lesson 5d ago
Automatically redact PII in images with Amazon Nova
In this post, we present a multi-step pipeline directed by Amazon Nova, which uses its contextual vision reasoning to coordinate complementary tools, including
Computer Vision at Scale on SageMaker Jobs: Four Decisions
Medium · Data Science 👁️ Computer Vision ⚡ AI Lesson 5d ago
Computer Vision at Scale on SageMaker Jobs: Four Decisions
Training a vision model on millions of images is, more than anything, a data problem wearing an ML costume. Continue reading on Loka Engineering »
How I Analyzed My Wife’s Tennis Form Using Claude, Google Colab’s Free T4 GPU, MediaPipe, and…
Medium · Python 👁️ Computer Vision ⚡ AI Lesson 5d ago
How I Analyzed My Wife’s Tennis Form Using Claude, Google Colab’s Free T4 GPU, MediaPipe, and…
A step-by-step breakdown of building a pose analysis pipeline with just a phone camera and no hardware of my own — what broke, what the… Continue reading on Med
The CPI Mental Model I Wish I Had on Day 71
Dev.to · Tobi Ayinmiro 👁️ Computer Vision ⚡ AI Lesson 5d ago
The CPI Mental Model I Wish I Had on Day 71
Cross-Program Invocation isn't magic. It's just a function call with a guest list. When I first came...
The 13th Floor: How Your Computer Really Works
Dev.to · surajrkhonde 👁️ Computer Vision ⚡ AI Lesson 5d ago
The 13th Floor: How Your Computer Really Works
Nephew is a developer. He writes code every day, ships features, fixes bugs — but somewhere along the...
Flood Fill — The Algorithm Behind Your Paint Bucket Tool
Medium · Data Science 👁️ Computer Vision ⚡ AI Lesson 5d ago
Flood Fill — The Algorithm Behind Your Paint Bucket Tool
Ever clicked the paint bucket in MS Paint and watched a color spread across connected pixels? That’s flood fill. Let’s build it from… Continue reading on Medium
Reddit r/learnprogramming 👁️ Computer Vision ⚡ AI Lesson 6d ago
how can i be able to convert x86 games to ARM architecture?
I want to learn how to convert the windows games to mac because one of my "dreams" is to became one of people that want convert all of x86 programs into the ARM
Object Counting on Construction Sites with YOLO26 + SAHI
Medium · Deep Learning 👁️ Computer Vision ⚡ AI Lesson 6d ago
Object Counting on Construction Sites with YOLO26 + SAHI
The story of a computer vision project from idea to live app: finding data, training on Colab, crashing kernels, a first test stuck at 72%… Continue reading on
I Turned a Phone Video Into a 3D Scene You Can Search With Words
Medium · Python 👁️ Computer Vision ⚡ AI Lesson 6d ago
I Turned a Phone Video Into a 3D Scene You Can Search With Words
Last week I typed “a black backpack” into a search box and watched a backpack light up yellow inside a 3D reconstruction of my apartment… Continue reading on Me
Towards Data Science 👁️ Computer Vision ⚡ AI Lesson 6d ago
PANet Paper Walkthrough: When Feature Pyramids Go Bottom-Up
Understanding how PANet shortens the path between low-level and high-level features The post PANet Paper Walkthrough: When Feature Pyramids Go Bottom-Up appeare
How We Built a 200ms Image Moderation API on Cheap CPUs Using YOLOv8 and ONNX
Dev.to · Guardex 👁️ Computer Vision ⚡ AI Lesson 6d ago
How We Built a 200ms Image Moderation API on Cheap CPUs Using YOLOv8 and ONNX
Moderating user-generated content (UGC) is a necessity for almost any modern web application. But...
Medium · Python 👁️ Computer Vision ⚡ AI Lesson 6d ago
CCTV Action Recognition: Comprehensive Fine-Tuning & Real-Time Deployment Guide
This playbook serves as a comprehensive reference guide for training, fine-tuning, and deploying a hybrid Deep Learning model (MobileNetV2… Continue reading on
Reddit r/deeplearning 👁️ Computer Vision ⚡ AI Lesson 6d ago
Bachelors degree lab does medical computer vision, and computer vision studies, how to start learning so I have a headstart
Will start sharing papers to the professor on July 20 but my skills and knowledge are no where near where I have to be, watched Andrew Ng ML courses and watched
Master Debugging Guide: Resolving OpenCV & FFmpeg RTSP Stream Failures
Medium · Data Science 👁️ Computer Vision ⚡ AI Lesson 6d ago
Master Debugging Guide: Resolving OpenCV & FFmpeg RTSP Stream Failures
When running a real-time multi-stream AI vision agent, streaming instability (lagging, freezing, and decoding failures) usually stems from… Continue reading on
fasterRCNN and YOLO ASSIGNMENT TASK
Medium · Deep Learning 👁️ Computer Vision ⚡ AI Lesson 6d ago
fasterRCNN and YOLO ASSIGNMENT TASK
Task 1: Study what other ultralytics commands are available for use, how it stores results and so on. Continue reading on Medium »
I built a background remover that keeps the fine hair edges
Dev.to · KunStudio 👁️ Computer Vision ⚡ AI Lesson 6d ago
I built a background remover that keeps the fine hair edges
Background removal is a solved problem right up until the image has hair, fur, or fine detail, and...
I built an AI that stages an empty room from a single phone photo
Dev.to · KunStudio 👁️ Computer Vision ⚡ AI Lesson 6d ago
I built an AI that stages an empty room from a single phone photo
Virtual staging is one of those things that is genuinely useful and genuinely overpriced. Traditional...
Desbravando a interseção entre Computação Gráfica e Programação Funcional
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1w ago
Desbravando a interseção entre Computação Gráfica e Programação Funcional
Escrito por: João G. Bruni e Thiago Calile Costa Continue reading on Medium »
Reddit r/learnprogramming 👁️ Computer Vision ⚡ AI Lesson 1w ago
I need help building an ALU in Minecraft
I have been watching Crash Course's series on building computers from logic gates, and I am currently on the 8-bit ripple carry adder. I'm building it in Minecr
Vision Transformers — How Transformers Learned to See (Part 2 of 3)
Dev.to · Vahid Aghajani 👁️ Computer Vision ⚡ AI Lesson 1w ago
Vision Transformers — How Transformers Learned to See (Part 2 of 3)
Originally published on my blog. Cross-posted here with a canonical link. Recap:...
I Built a Python Package to Solve My Own CV Frustration — 7K Downloads in a Week
Medium · Machine Learning 👁️ Computer Vision ⚡ AI Lesson 1w ago
I Built a Python Package to Solve My Own CV Frustration — 7K Downloads in a Week
Every time I set up a new computer vision pipeline, I hit the same wall. Continue reading on Medium »
I Built a Python Package to Solve My Own CV Frustration — 7K Downloads in a Week
Medium · Programming 👁️ Computer Vision ⚡ AI Lesson 1w ago
I Built a Python Package to Solve My Own CV Frustration — 7K Downloads in a Week
Every time I set up a new computer vision pipeline, I hit the same wall. Continue reading on Medium »
Modern Image Search Technology Explained: Features, Benefits & Uses
Medium · Deep Learning 👁️ Computer Vision ⚡ AI Lesson 1w ago
Modern Image Search Technology Explained: Features, Benefits & Uses
Have you ever come across an image online and wondered where it came from, what product it featured, or whether it was even real? Just a… Continue reading on Me
Modern Image Search Technology Explained: Features, Benefits & Uses
Medium · SEO 👁️ Computer Vision ⚡ AI Lesson 1w ago
Modern Image Search Technology Explained: Features, Benefits & Uses
Have you ever come across an image online and wondered where it came from, what product it featured, or whether it was even real? Just a… Continue reading on Me
Deep Learning Project FAQs on Faster R-CNN and YOLO for interview
Medium · Deep Learning 👁️ Computer Vision ⚡ AI Lesson 1w ago
Deep Learning Project FAQs on Faster R-CNN and YOLO for interview
Deep Learning Project FAQs on Faster R-CNN and YOLO Continue reading on Medium »
How the Internet Works: From Typing a URL to Seeing a Website
Dev.to · Juma Evans 👁️ Computer Vision ⚡ AI Lesson 1w ago
How the Internet Works: From Typing a URL to Seeing a Website
Every day we open a browser, type a website address, and within a few seconds a webpage appears. It...
Medium · Python 👁️ Computer Vision ⚡ AI Lesson 1w ago
Membuat Background Remover Sederhana Menggunakan Algoritma GrabCut & HSV Masking dengan OpenCV dan…
Sebuah pendekatan praktis pengolahan citra digital untuk otomatisasi segmentasi gambar produk dan profil tanpa perangkat lunak… Continue reading on Medium »
Teaching Machines to See Disease
Medium · Machine Learning 👁️ Computer Vision ⚡ AI Lesson 1w ago
Teaching Machines to See Disease
How Deep Learning Is Saving Crops, One Leaf at a Time Continue reading on Medium »
Dev.to AI 👁️ Computer Vision ⚡ AI Lesson 1w ago
How Machine Vision Software Identifies Different Metal Types
Have you ever wondered how recycling facilities sort thousands of pieces of metal so quickly without stopping to inspect each one by hand? Traditional sorting m
Dev.to AI 👁️ Computer Vision ⚡ AI Lesson 1w ago
Building Anime Lip Sync in ComfyUI: A Detection-Guided Diffusion Pipeline
<img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazon
Medium · Deep Learning 👁️ Computer Vision ⚡ AI Lesson 1w ago
Membangun MataBakti: Ketika Computer Vision Belajar Menemukan Cacat pada PCB
Di dunia manufaktur elektronik, sebuah cacat kecil pada Printed Circuit Board (PCB) dapat menyebabkan kerusakan produk secara keseluruhan… Continue reading on M
Dev.to AI 👁️ Computer Vision ⚡ AI Lesson 1w ago
The Role of 3D Cuboid Annotation in Autonomous Vehicle Perception
Autonomous vehicles rely on far more than cameras and advanced algorithms to navigate safely. Their ability to recognize pedestrians, estimate vehicle distances
Medium · AI 👁️ Computer Vision ⚡ AI Lesson 1w ago
Vision AI: Transforming Business Operations with Computer Vision AI
Every day companies make thousands of hours of video from security cameras, production lines, warehouses and stores. Most of this video is… Continue reading on
Medium · Machine Learning 👁️ Computer Vision ⚡ AI Lesson 1w ago
Vision AI: Transforming Business Operations with Computer Vision AI
Every day companies make thousands of hours of video from security cameras, production lines, warehouses and stores. Most of this video is… Continue reading on
ArXiv cs.AI 👁️ Computer Vision 📄 Paper ⚡ AI Lesson 1w ago
Thinking Before Retrieving: Robust Zero-Shot Composed Image Retrieval via Strategic Planning and Self-Criticism
arXiv:2606.31222v1 Announce Type: new Abstract: Composed image retrieval requires identifying a target image from a gallery by integrating a reference image wit
ArXiv cs.AI 👁️ Computer Vision 📄 Paper ⚡ AI Lesson 1w ago
Learning Video Dynamics with Predictive Differentiable Rendering
arXiv:2606.31050v1 Announce Type: cross Abstract: How to accurately predict a high-fidelity future world? While the visual world is inherently continuous, exist
ArXiv cs.AI 👁️ Computer Vision 📄 Paper ⚡ AI Lesson 1w ago
PruneGround: Plug-and-play Spatial Pruning for 3D Visual Grounding
arXiv:2606.31148v1 Announce Type: cross Abstract: 3D Visual Grounding (3DVG) aims to localize target objects in 3D scenes given natural language descriptions. E
ArXiv cs.AI 👁️ Computer Vision 📄 Paper ⚡ AI Lesson 1w ago
Temporal Preservation over Processing: Diagnosing and Designing Spatiotemporal Single-Stage Video Detectors
arXiv:2606.31421v1 Announce Type: cross Abstract: Single-stage video object detectors are increasingly deployed in time-critical applications, yet it remains un
ArXiv cs.AI 👁️ Computer Vision 📄 Paper ⚡ AI Lesson 1w ago
Intrinsic decomposition and editing of 3D Gaussian splats
arXiv:2606.31637v1 Announce Type: cross Abstract: Intrinsic decomposition which expresses image colors as the product of diffuse albedo and shading, possibly au