Detection models
| File | Size | SHA-256 |
|---|---|---|
| models/yolo26x.onnx (.sha256) | 223,498,731 bytes (213 MiB) | f21d199b291a25a87da636c4f563337ac38b406564ebcd89cca587a2c95fec1e |
| models/yolo11x.onnx (.sha256) | 228,267,650 bytes (218 MiB) | 95b938cf9045057e9da177c7e7254718507c8ff2242ee2be4b5f90c80e0b779c |
Core ML ONNX runtime (macOS arm64)
| File | Size | SHA-256 |
|---|---|---|
| onnxruntime/onnxruntime-coreml-macos-arm64.tar.gz (.sha256) | 9,715,613 bytes (9.3 MiB) | 94eb5456c501e3e45e9cc80d4081ebe9b45094745471f6ff51e547d91f12b049 |
The tarball contains libonnxruntime.dylib, an ONNX Runtime build with the Core ML execution provider for Apple Silicon.
Verifying a download
curl -fLO https://edgesitenvr.com/downloads/models/yolo26x.onnx curl -fLO https://edgesitenvr.com/downloads/models/yolo26x.onnx.sha256 shasum -a 256 -c yolo26x.onnx.sha256
These files are downloaded and verified automatically by the install script — see the installation guide.