Views
No views yet
vio_stack_jetson, a monocular
VIO stack running on a Jetson Orin with a ZED X One GS camera./m2h/depth/image 32FC1 metric depth
/m2h/semantic/labels_argmax mono8 class IDs| File | Size | Notes |
|---|---|---|
m2h_mx_base_onnx_ros/models/scannet/m2h_mx_b_scannet_240x320.onnx | 421 MB | base network, default |
m2h_mx_base_onnx_ros/models/scannet/m2h_mx_b_scannet_480x640.onnx | 422 MB | base network, full res |
m2h_mx_base_onnx_ros/models/nyudv2/m2h_mx_b_nyudv2_240x320.onnx | 494 MB | NYUDv2-trained variant |
m2h_mx_base_onnx_ros/models/nyudv2/m2h_mx_b_nyudv2_480x640.onnx | 496 MB | NYUDv2-trained variant |
m2h_mx_large_onnx/onnx_models/scannet_depth_sem_192x256_trt_clean.onnx | 1.26 GB | large network, default |
m2h_mx_large_onnx/onnx_models/scannet_depth_sem_320x416.onnx | 1.26 GB | large network, higher res |
MANIFEST.sha256 in each package directory lists the expected SHA256 of every
file. Verify after downloading — a network running on the wrong weights produces
plausible-looking depth rather than an error, which is much harder to notice than
a refusal to start.1git clone https://github.com/BavanthaU/vio_stack_jetson
2cd vio_stack_jetson
3./tools/fetch_weights.sh # pulls these files and verifies every sum1from huggingface_hub import snapshot_download
2snapshot_download(repo_id="Bavantha11/vio-stack-jetson-weights", repo_type="model")| Network | Resolution | Latency | Rate |
|---|---|---|---|
| base | 240x320 | ~130 ms/frame | ~6.9 Hz |
| large | 192x256 | ~155 ms/frame | — |
dinov3-vitb16-pretrain-lvd1689m)DINOv3_LICENSE.md. It permits commercial use, modification and
redistribution of derivative works, and asks in return that redistributions carry
a copy of the licence and display "Built with DINOv3". Both are satisfied above.m2h_mx_* ROS packages covers the wrapper code only,
not these weights.