/gaussianBP.github.io

Primary LanguageSvelteCreative Commons Attribution 4.0 InternationalCC-BY-4.0

A visual introduction to Gaussian Belief Propagation

Authors: Joseph Ortiz, Talfan Evans and Andrew J. Davison.

Build and test

Download and install.

git clone https://github.com/gaussianBP/gaussianBP.github.io.git
cd gaussianBP.github.io
npm install

To run locally.

npm run dev

To build.

npm run build