The
YoNoSplat feed-forward 3D-Gaussian-Splatting
encoder (8 context views), exported to ONNX and
compiled to a fp16
vknn .vxm for on-device Vulkan inference.
1pip install huggingface_hub
2python benchmark/scripts/fetch_model.py --repo katolikov/yonosplat-vknn --out benchmark/models
3# then run + validate on device with the benchmark tool (see vknn/benchmark/USAGE.md)
4python benchmark/run.py run benchmark/configs/yonosplat.json
On a current flagship phone GPU (Vulkan, fp16) the compiled encoder matches an onnxruntime golden at
cosine ≥ 0.9997 on all six outputs.