Students & Educators Save Extra 10% on VisionSense™
Research & Development

VisionSense

An open-source perception platform for autonomous driving. Runs seven deep learning models concurrently on NVIDIA Jetson, powered by integrated stereo vision, IMU, and GNSS.

Drag to rotate · Scroll to zoom

One-time price
$994$795
Save $199
Free shipping2-year warranty30-day returns

Platform Architecture

VisionSense Hardware Close-up

Jetson Orin Nano / NX

67 / 117 / 157 TOPS edge AI performance with 8GB / 16GB LPDDR5 memory tiers running concurrent perception models.

Multi-Camera Array

Hardware-synchronized cameras pre-calibrated for reliable stereo depth estimation.

Navigation & IMU

Integrated spatial orientation, absolute positioning, and vehicle odometry tracking.

Snap-On Mount Enclosure

3D-printable protective enclosure featuring quick-release magnetic vehicle mounts.

4G/LTE Module

Adds a plug-and-play global SIM carrier for remote diagnostics and cloud OTA updates.

Open-source ROS2 Software

Zero-setup Docker container pre-loaded with inference pipelines, visualization nodes, and active camera drivers.


Built for Autonomy Teams

01

University Labs

Equip your research group with an affordable, ready-to-run platform to reproduce publications and record multi-camera datasets.

02

AV Startups

Accelerate road testing and validate camera-compute configurations instantly before committing to production hardware.

03

Fleet Operators

Deploy road condition surveys and driver telemetry using custom mounts and remote LTE connectivity.

04

Robotics & Makers

Build scaled autonomous test beds, facility inspection rovers, and customized sensor setups.

Live Simulator

ROS2 Perception Dashboard

Interactive recreation of the VisionSense dashboard. Real-time telemetry, multi-stream switching, and live detection logs. This is what runs on the device.

Simulator: Online
GPS37.7749, -122.4194
IMU0.003 0.006 1.015
DMSAttentive
HZ29 fps
REC
FUSED PERCEPTION
1920x1080 @ 29fps
Perception Stack

Real-time inference on device

The full stack runs concurrently. No cloud dependency, no network latency. Every model is TensorRT-optimized for the selected Jetson module.

Numbers measured on Orin Nano Super at 1080p. Performance varies by scene complexity, lighting, and compute tier selected.

TaskPerformance
Object Detection54-71% mAP@50
Multi-Object TrackingReal-time
Lane Detection81.5% F1 CULane
Traffic Sign & Light Classifier96% accuracy
Stereo Depth Estimation0.3m - 50m range
Face Detection92.5% mAP@50
Gaze Estimation4.5° angular error
connected-wise/VisionSenseOpen Source

Hardware and software,
all in the open.

The repository contains everything: 3D-printable enclosure STLs, the full ROS2 perception pipeline, all trained model weights, and TensorRT optimization scripts. Fork it, build on it, contribute back.

  • Enclosure STL files and STEP source
  • Pre-trained TensorRT models and training scripts
  • ROS2 perception pipeline (Humble / Iron / Jazzy)
  • Regular model releases and community contributions
Explore Repository
# VisionSense Perception Models
# All models TensorRT-optimized for Jetson Orin

models:
  object_detection:
    architecture: YOLOv13
    weights: weights/yolov13_medium.engine
    precision: FP16
    classes: 10

  lane_detection:
    architecture: CLRerNet
    weights: weights/clrernet_culane.engine
    precision: FP16

  traffic_signs:
    architecture: MobileNetV4
    weights: weights/mobilenetv4_signs55.engine
    classes: 55
    precision: INT8

  stereo_depth:
    architecture: LightStereo
    weights: weights/lightstereo.engine
    max_disparity: 192
    precision: FP16

  tracking:
    algorithm: BoT-SORT
    max_age: 30

  traffic_lights:
    architecture: YOLOv13
    states: [red, yellow, green, arrow]
    precision: FP16

  driver_monitoring:
    architecture: YOLOv11 + ResNet18
    precision: FP16
In the Box

What's included in your system

Everything you need to begin deployment. Plug in, power up, and access the ROS2 nodes immediately.

VisionSense Head Unit

Configured Jetson module, cameras, IMU, and GNSS pre-assembled inside a carbon-fiber ASA enclosure with free-use design license.

Open-Source ROS2 Pipeline

Pre-installed Humble/Jazzy perception nodes, trained model weights, and the live AutoVision web dashboard.

Snap-On Magnetic Mount

High-strength N52 neodymium magnetic snap-on base with an adhesive steel mount plate for simple roof/windshield installation.

External GPS Antenna

Active, rugged external car-mount GPS antenna with SMA connection for precise sub-meter localization.

Power & Video Cables

Includes high-speed USB-C power delivery cable, DisplayPort to HDMI cable, and an outdoor-grade Gigabit Ethernet cable.

Developer SDK & Guide

Access to comprehensive configuration manuals, source CAD/STEP mechanical designs, and hardware calibration files.

Join the open perception community

Researchers and engineers worldwide are building with VisionSense. Open hardware, open software, active development. Our team is reachable on GitHub.

Star on GitHub