←back to thread

142 points markisus | 1 comments | | HN request time: 0.205s | 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.
Show context
corysama ◴[] No.43995471[source]
So, I see livesplat_realsense.py imports livesplat. Where’s livesplat?
replies(2): >>43995510 #>>43995512 #
1. IshKebab ◴[] No.43995510[source]
The README says it's closed source.