Skip to content

niivue/niivue-onnx

 
 

Repository files navigation

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

About

Experimental ONNX brainchop segmentation + NiiVue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.7%
  • Python 33.9%
  • HTML 11.7%
  • CSS 9.7%