惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
CERT Recently Published Vulnerability Notes
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
C
Check Point Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Tor Project blog
P
Proofpoint News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Latest news
Latest news
L
LINUX DO - 热门话题
罗磊的独立博客
T
Tenable Blog
The Hacker News
The Hacker News
美团技术团队
N
Netflix TechBlog - Medium
V
Vulnerabilities – Threatpost
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Jina AI
Jina AI
Cyberwarzone
Cyberwarzone
云风的 BLOG
云风的 BLOG
S
Secure Thoughts
Cloudbric
Cloudbric
S
Security @ Cisco Blogs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
Spread Privacy
Spread Privacy
U
Unit 42
雷峰网
雷峰网
C
CXSECURITY Database RSS Feed - CXSecurity.com
Webroot Blog
Webroot Blog
爱范儿
爱范儿
博客园 - 【当耐特】
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
P
Palo Alto Networks Blog
Google Online Security Blog
Google Online Security Blog
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
F
Full Disclosure
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Security Affairs
Project Zero
Project Zero

Hacker News: Launches

Launch HN: Screenpipe (YC S26) – Power your agents by your 24/7 screen recording Build content creation into your app | Unlayer Launch HN: Bloomy (YC S26) – AI-powered mastery learning for K-12 Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps API reference — Coasty Computer Use API Agnost AI: Catch Agent Failures Your Evals Miss Context.dev: Web Scraping & Crawl API for AI Agents Manufact | Build and Deploy MCP Agents, Servers & Apps Launch HN: Parsewise (YC P25) – Reason Across Documents with an API TesterArmy: Test your app with AI, catch bugs before users do GitHub - Adam-CAD/CADAM: CADAM is the open source text-to-CAD web application Launch HN: Drafted (YC P26) – Models for residential architecture BitBoard — dashboards built with your favorite AI tools Scrapers & Crawlers Built and Maintained by AI | Intuned Launch HN: General Instinct (YC P26) – Frontier models on edge devices Launch HN: Hyper (YC P26) – Company brain to power agentic development Launch HN: Rudus (YC P26) – AI for concrete contractors Launch HN: Expanse (YC P26) – Unlock Wasted GPU Capacity Minicor | Scalable Desktop Automations Chert | iMessage Infrastructure for Reaching People at Scale GitHub - superset-sh/superset: Code Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine Runtime - The runtime for all your team's agents superlog Ardent — Database branching for coding agents Voker Launch HN: Kampala (YC W26) – Reverse-Engineer Apps into APIs Twill - The Software Factory for Your Team Relvy - Your runbooks, automated Freestyle - VMs and Git for AI Agents Launch HN: Sitefire (YC W26) – Automating actions to improve AI visibility Launch HN: Voltair (YC W26) – Drone and charging network for power utilities Launch HN: Canary (YC W26) – AI QA that understands your code Launch HN: Kita (YC W26) – Automate credit review in emerging markets Chamber | Your AIOps Teammate for GPU Infrastructure Launch HN: Voygr (YC W26) – A better maps API for agents and AI apps
Launch HN: Transload (YC P26) – Measuring freight items with CCTV
2026-06-10 · via Hacker News: Launches

Hi HN — we’re Julius, Jago, and Nils, and we’re building transload (transload.io).

transload helps LTL trucking companies measure freight dimensions using the security cameras already installed in their terminals. Instead of sending shipments through a dedicated dimensioning station, we measure them automatically as they move through the normal dock workflow.

We’ve put together a small HN-specific demo site here: https://hn.transload.io/

In LTL trucking, dimensions matter because they affect pricing, freight classification, and trailer utilization. If a shipment is larger than the shipper reported, the carrier may undercharge for it while still giving up the same amount of trailer space. The obvious fix is to measure every shipment, but that is surprisingly hard in a busy freight terminal. Dedicated dimensioning systems work for freight that passes through them, but they can add forklift travel, create dock congestion, and change the normal flow of work. In practice, many terminals only measure a sample of their shipments.

Jago grew up close to this industry through his family’s LTL trucking and cross-docking business. We did not start out building freight dimensioning. Our first idea was an AI system for optimizing forklift routes inside cross-dock terminals. After spending time with customers and talking to more than 50 trucking companies, we realized that forklift routing was not the pain people kept bringing up. Freight dimensions were.

At the same time, we saw that spatial AI was advancing quickly. Monocular metric depth estimation has become dramatically better, making it possible to recover accurate 3D structure from ordinary camera footage without expensive LiDAR sensors. MapAnything (https://github.com/facebookresearch/map-anything) and MoGe (https://github.com/microsoft/moge) are two examples.

Freight terminals also have helpful structure: fixed cameras, repeated workflows, barcode scan timestamps, and known layouts. Nearly every warehouse already has CCTV. That led us to a simple question: what if we could measure freight automatically using the existing security cameras, entirely in the background? That would allow carriers to measure every shipment without changing the dock workflow.

Our system has two main steps: connect a barcode scan to the right object in the video, then estimate that object’s dimensions in real-world units.

Dock workers already scan freight as part of the normal workflow. Each scan gives us a timestamp and a handling-unit ID. Around that timestamp, we analyze the video to infer which worker scanned and which shipment they scanned. We expected VLMs to handle this; they turned out to be far too unreliable. Instead, we train our own model that reasons in 3D over cues like gaze, body orientation, and movement.

That association step is critical. A frame can contain dozens of pallets, several workers, forklifts, and partially hidden freight. If we attach the scan to the wrong object, the measurement is useless.

Once we know the target shipment, we segment it and estimate a metric 3D bounding box from the monocular camera view. After the box is fitted, the dimensions are straightforward: length, width, height, and volume come directly from it.

The hard part is precisely fitting that bounding box from one ordinary security camera. A single 2D image does not directly tell you object shape or scale, and many different 3D boxes can explain similar-looking image evidence. We use the object mask, visible edges, floor contact, camera geometry, and constraints from the terminal to find the 3D box that best matches the scene.

We are currently working with several LTL carriers. For one customer, roughly 10% of checked shipments had dimension errors. The first use case is revenue recovery: identify under-dimensioned shipments, attach visual evidence, and help carriers correct the billing or classification. Longer term, the same data can help carriers understand trailer utilization better.

LTL freight is an odd place to be doing 3D computer vision, and we learn something new every week. If you’ve worked on monocular reconstruction, 3D object detection, warehouse perception, or messy real-world CV, we’d love your take. Questions about freight, LTL terminals, or the technical approach are very welcome too.