Update content/posts/gsplat.md
All checks were successful
Hugo / build (push) Successful in -16s

This commit is contained in:
brooke 2024-09-18 17:15:17 +00:00
parent 7d1786df26
commit 8a24da55d9

View file

@ -12,7 +12,7 @@ I've been interested in [photogrammetry](https://en.wikipedia.org/wiki/Photogram
Unlike photogrammetry, GSplatting provides a fairly realistic gaussian of the captured scene that can be viewed using very little computational resources, this is a big reason why NVidia is investing time into NeRF (actually something completely different but they're similar in output). Unlike photogrammetry, GSplatting provides a fairly realistic gaussian of the captured scene that can be viewed using very little computational resources, this is a big reason why NVidia is investing time into NeRF (actually something completely different but they're similar in output).
Anyways, here's a quick demo that allows you to view models in a browser, I may add a few different gaussians that I've been working on, but currently I'm borrowing `bonsai-7k-mini.splat`. You can check out the code [here](https://git.myco.systems/mycosystems/coop.myco.systems/src/branch/main/content/posts/gsplat.md), and [here](https://git.myco.systems/mycosystems/coop.myco.systems/src/branch/main/static/posts/gsplat). Anyways, here's a quick demo that allows you to view models in a browser, I may add a few different gaussians that I've been working on, but currently I'm borrowing `bonsai-7k-mini.splat`. Note, this will not work on static browsers, "hardened" browsers (including firefox with arkenfox user.js), or any other browser that might limit javascript in any way. You can check out the code [here](https://git.myco.systems/mycosystems/coop.myco.systems/src/branch/main/content/posts/gsplat.md), and [here](https://git.myco.systems/mycosystems/coop.myco.systems/src/branch/main/static/posts/gsplat).
{{< rawhtml >}} {{< rawhtml >}}
<head> <head>