News, updates, and handy materials related to the Savant ecosystem

Small Objects in the Wild, Part 3: What Actually Moves the Number
August 19, 2026 · Savant Team

Small Objects in the Wild, Part 3: What Actually Moves the Number

On AI-TOD, changing the label-assignment metric on an unchanged Faster R-CNN is worth +10.0 mAP. Upgrading the architecture to a far heavier model is worth +3.7. The ordering of that comparison is the whole finding — here is the assignment, tiling and temporal work behind it, and where the detector...

Read more →
Small Objects in the Wild, Part 2: The Stock-YOLO Misfit
August 17, 2026 · Savant Team

Small Objects in the Wild, Part 2: The Stock-YOLO Misfit

A default checkpoint with default settings is close to a worst case for small objects. Eleven specific defaults work against you, most of them silently — including one version-specific assignment hole that gives 75% of four-pixel targets zero positive labels. Plus the tracker configs, which are worse.

Read more →
Small Objects in the Wild, Part 1: Why Six Pixels Breaks Everything
August 16, 2026 · Savant Team

Small Objects in the Wild, Part 1: Why Six Pixels Breaks Everything

Five independent failures compound when the target is six pixels wide, and none of them is architectural. The IoU cliff, stride mismatch, resolution destroyed before inference, missing signal, and annotation noise as the accuracy ceiling — plus the sixteen fields where this is the whole job.

Read more →
The Line That Moves: Rust's Real Place in Computer Vision
July 21, 2026 · Savant Team

The Line That Moves: Rust's Real Place in Computer Vision

The memory-safety pitch for Rust in computer vision misses the point. The real case is narrower and stronger: Rust governs the authored layer above the C/C++/CUDA substrate, and its compile-forced total handling is the most direct answer to the domain's central problem — the failure is always in the case...

Read more →
Metadata-Aware Output Converters in Savant
July 21, 2026 · Savant Team

Metadata-Aware Output Converters in Savant

Savant output converters can now receive the frame's metadata — source_id, PTS, objects, and more — unlocking per-source and per-frame post-processing without breaking existing converters.

Read more →
What It Takes to Use a YOLO Model Legally in a Commercial Product
June 23, 2026 · Savant Team

What It Takes to Use a YOLO Model Legally in a Commercial Product

A fact-checked, license-by-license guide to shipping YOLO in a commercial product: permissive vs. copyleft, what copyright actually protects, which YOLO flavors are safe (YOLOX, RT-DETR, DAMO-YOLO, PP-YOLOE) versus traps (Ultralytics AGPL, GPL v6/v7/v9, YOLO-NAS weights), the COCO/ImageNet data risk, and how to build a detector you fully own.

Read more →
When Is NVIDIA Jetson Orin the Right Fit for Your Project?
June 23, 2026 · Savant Team

When Is NVIDIA Jetson Orin the Right Fit for Your Project?

A decision guide for NVIDIA Jetson Orin — when on-device neural inference makes Orin essential, how to move from dev kit to production module, the NVDEC/NVENC/NVJPEG media-engine trap, the CUDA-to-edge workflow, OS and lifecycle planning, and how Orin compares to Coral, Hailo, Rockchip, and Thor.

Read more →
How to Choose the Best Camera for Computer Vision (2026)
June 04, 2026 · Savant Team

How to Choose the Best Camera for Computer Vision (2026)

A use-case-first guide to picking a computer vision camera that actually works in production — covering the five deployment classes, the three tradeoffs on every spec sheet, mounting rules that beat the spec sheet, latency, and real LPR examples.

Read more →
Native CSI Camera Input for Savant on NVIDIA Jetson
April 09, 2026 · Savant Team

Native CSI Camera Input for Savant on NVIDIA Jetson

Savant now supports direct CSI camera capture on NVIDIA Jetson through a new nvarguscamerasrc_bin pipeline source element. Frames land in GPU memory with zero encoding or network overhead — the shortest path from sensor to inference for robotics and embedded vision.

Read more →
Savant vs. DeepStream: What to Use, When, and Why
March 08, 2026 · Savant Team

Savant vs. DeepStream: What to Use, When, and Why

DeepStream is the most optimized SDK for video analytics on NVIDIA hardware. Savant is built on top of it. This article explains the relationship between the two, what each brings to the table, and which to reach for depending on your project's requirements.

Read more →
New Feature: Video Pass-Through
October 25, 2023 · Savant Team

New Feature: Video Pass-Through

Media Pass-Through allows copying the incoming video stream to output without transcoding, optimizing pipelines that don't need draw functionality.

Read more →
Savant Release 0.2.5
September 25, 2023 · Savant Team

Savant Release 0.2.5

Savant 0.2.5 brings significant changes, new features, and improvements to developer experience and deployment.

Read more →