Launch HN: Transload (YC P26) – Measuring freight items with CCTV

nils_spatial 43 points 15 comments June 09, 2026
View on Hacker News

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.

Discussion Highlights (8 comments)

snihalani

Error Code: SSL_ERROR_RX_RECORD_TOO_LONG

bashd4

This is really cool. Congrats guys. Just because I'm curious, how does the market for this look? How much revenue are you saving your customers with this? Also, surely this is very applicable in many many industries, do you have expansion plans? Nevertheless, this is awesome and I wish I'd built it :)

pX0r

Interesting app of CV in OR. Questions: - what is the measurement precision? - do you need calibration? How do you do it in production? - what it is the root problem you are trying to solve? - what is your hypothesis about your solution- quantitatively?

dtrav

I fully get this and think its an excellent piece of work. Have you considered interfacing into Warehouse Management in order to provide dimensioned arbitrary pallet heights ? In other words to inform the put away process in warehousing ?

patches11

Very interesting, I work in a similar space with diverse cameras and we’ve been using DepthAnything for a while, but I hadn’t seen these new models yet so thanks! The association model seems like the special sauce, anything more you can share about that? Architecture, inputs and outputs etc. I’m always really interested in unique CV models.

kotaKat

is this solution... legally certified for trade? you may need to look into NTEP approval before this is being used for legal trade... dimensioning is a big deal.

trumpdong

Props for finding a problem that needed to be solved instead of just generating some hype

jmarbach

This is great. If of interest, please consider adding Hubble Networks's scanning gateway SDK to your devices in the future ( https://hubble.com ). Happy to chat privately about what incentives there may be available especially at logistics warehouses.

Semantic search powered by Rivestack pgvector
10,002 stories · 93,925 chunks indexed