←back to thread

142 points markisus | 4 comments | | HN request time: 0.622s | source

LiveSplat is a system for turning RGBD camera streams into Gaussian splat scenes in real-time. The system works by passing all the RGBD frames into a feed forward neural net that outputs the current scene as Gaussian splats. These splats are then rendered in real-time. I've put together a demo video at the link above.
1. corysama ◴[] No.43995471[source]
So, I see livesplat_realsense.py imports livesplat. Where’s livesplat?
replies(2): >>43995510 #>>43995512 #
2. IshKebab ◴[] No.43995510[source]
The README says it's closed source.
3. markisus ◴[] No.43995512[source]
I've tried to make it clear in the link that the actual application is closed source. I'm distributing it as a .whl full of binaries (see the installation instructions).

I've considered publishing the source but the source code is is dependent on some proprietary utility libraries from my bigger project and it's hard to fully disentangle it and I'm not sure if this project has some business applications but I'd like to keep that door open at this time.

replies(1): >>43996718 #
4. ◴[] No.43996718[source]