Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 505 Bytes

NiiVue ONNX

ONNX 3D convolution test for brainchop models.

For Developers

You can serve a hot-reloadable web page that allows you to interactively modify the source code.

git clone git@github.com:niivue/niivue-onnx.git
cd niivue-onnx
npm install
npm run dev # Only works in Chrome due to WebGPU usage

to build and serve the built version

npm run build
npx http-server dist/ # Only works in Chrome due to WebGPU usage