Manufacturing stack: a camera that notices and explains

Cameras are usually already installed on site, but nobody watches the footage: human attention lasts half an hour into a shift. Vision models cover exactly the monotonous part, and they do it in several steps. First find objects in the frame, then outline the defect area properly, then describe what is visible, and only then turn it into a report. Splitting the work lets you set thresholds separately at each stage instead of waking the supervisor over every shadow.

Updated 22 Sep 2026Find a model in 4 questions

Step 1. Find objects in the frame

A detection model draws boxes around what you care about: a part, a box, a pallet, a person in a restricted zone, a helmet. It runs fast and on site, without sending video anywhere. Some of these models search by text description, which helps when there are many classes and they keep changing. Without this part there are no counters and no triggers, and the rest of the logic has nothing to stand on.

What does the work

Computer vision2023–2026

YOLO (Ultralytics)

Ultralytics · USA

The most widely used real-time object detector: finds and marks items in video even on modest hardware. YOLOv5 came out back in 2020; the catalog starts from YOLOv8.

  • Counting people, cars and goods on video
  • Checking hard hats and workwear
  • Spotting defects on the production line
Sizes
2.4M – 68M
Hardware
from: Laptop
Commercial use with conditionsDetails
Computer vision2025–2026

RF-DETR

Roboflow · USA

Real-time object detector, an open alternative to YOLO without AGPL. Supports segmentation (object outlines) and, since 2026, keypoints.

  • Object detection in video and photos
  • Precise outlines of parts and defects
  • Fine-tuning for your own object classes
Sizes
Nano – 2XL
Hardware
from: Laptop
Commercial use allowedDetails
Computer vision2023–2025

Grounding DINO / Rex-Omni

IDEA Research · China

Finds any objects in an image from a text description, without training on your data: "red box", "person without a hard hat". Rex-Omni is the new VLM-based generation.

  • Finding objects by description without labeling
  • Automatic data labeling for training
  • Checking photos against requirements
Sizes
172M – 3B
Hardware
from: Laptop
Commercial use with conditionsDetails

Step 2. Outline the area and judge geometry

Segmentation traces an object by its contour rather than a rectangle, which matters for defects: a chip, a run or a gap needs measuring, not just noticing. Depth estimation adds a sense of distance when there is only one camera. Without this part the system can only say a part is in frame, not what is wrong with it, so it never reacts to a defect.

What does the work

Computer vision2023–2026

Segment Anything (SAM)

Meta · USA

Selects any object in photos and videos with a click or a box. The basis for background removal and object counting.

  • Background removal from product photos
  • Counting objects in photos
  • Data labeling for training
Sizes
91M – ~0,85B
Hardware
from: Laptop
Commercial use with conditionsDetails
Computer visionGGUF2024–2025

Depth Anything

ByteDance and the University of Hong Kong · China

Estimates depth, the distance to every point, from one ordinary photo or video. DA3 reconstructs scene geometry from several frames.

  • Estimating distances and volumes from a camera
  • Depth effects for photo and video
  • Navigation for robots and drones
Sizes
25M – 1.4B
Hardware
from: Laptop
Commercial use with conditionsDetails

Step 3. Describe what is in the picture

A model that understands images and text turns a trigger into a human sentence: what the object is, what is wrong, how confident the call is. This part connects vision to reporting, because a supervisor needs words rather than box coordinates. Without it the log holds class numbers and frames that only the person who set the system up can interpret.

What does the work

Image + textRUOllama2023–2025

Qwen-VL

Alibaba (Qwen team) · China

One of the strongest open vision models: reads documents, tables, charts and video, and works with user interfaces. Since Qwen3.5, vision is built directly into the main Qwen model.

  • Extracting data from scanned invoices and delivery notes
  • Analysing photos of products and shelves
  • Analysing video and camera footage
Sizes
2B – 235B-A22B
Hardware
from: Laptop
Commercial use allowedDetails
Image + textNot maintained2024

Florence-2

Microsoft · USA

A very small vision model: captions, object detection, segmentation and text reading from a single prompt. Runs even on a CPU.

  • Reading text in photos
  • Finding and highlighting objects
  • Automatic photo captions
Sizes
0.23B – 0.77B
Hardware
from: Laptop
Commercial use allowedDetails
Image + textOllama2024–2026

Moondream

Moondream (M87 Labs) · USA

A small, fast vision model for product use cases: answering questions, finding and pointing to objects, captions. Moondream 3.1 is a 9B MoE with 2B active.

  • Finding and counting objects in photos
  • Checking photos from field reports
  • Captions and tags for a catalogue
Sizes
2B – 9B-A2B
Hardware
from: Laptop
Commercial use with conditionsDetails

Step 4. Compile the shift report

A language model condenses a shift worth of triggers into short text: how many, where, what repeats, what to look at first. Instead of a thousand notifications the manager gets one summary, while genuinely urgent events still go out immediately. Without this part the system floods a chat, people stop reading it within a week, and the rollout quietly dies.

What does the work

TextRUOllama2023–2026

Qwen

Alibaba · China

A family of language models with strong Russian language support, from small versions for a laptop to a flagship on par with commercial APIs.

  • Chatbot and knowledge-base assistant
  • Replies to emails and customer requests
  • Document parsing and classification
Sizes
0,6B – 2,4T-A95B
Hardware
from: Laptop
Commercial use with conditionsDetails
TextOllama2024–2026

Gemma

Google · USA

Compact Google models that run well on a single computer; larger versions understand images. Includes CodeGemma for code, FunctionGemma 270M for function calling and the fast DiffusionGemma.

  • Offline assistant on a laptop
  • Reading photos of documents and receipts
  • Customer request classification
Sizes
270M – 31B
Hardware
from: Laptop
Commercial use allowedDetails

What to check before you start

Cameras and lighting decide the outcome, not the choice of model. Glare, backlight, a dirty lens or steam wipe out any accuracy claimed on paper. Before rolling out, record your own conditions including the night shift, and gather a set of defect frames, which are always scarce. Agree up front what happens on a trigger: stop the line, tag the item, or call a supervisor. Video monitoring of employees is regulated, described here in general terms, with a lawyer reviewing your case.

Other stacks

Need a model for your task?

An open model can run on your own server: data stays in-house, there is no per-request fee, and the model can be fine-tuned on your documents.

  1. SelectThe model and size for your task and hardware budget
  2. DeployOn your server or in a closed network, with an API
  3. Fine-tuneOn your data, or connect a knowledge base
  4. IntegrateInto your CRM, ERP, bot, website or team chat
Discuss deployment