You are browsing as a guest. Sign up (or log in) to start making projects!

Pavan

@Pavan

Joined June 6th, 2026

  • 2Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Most software helps people navigate the world. I'm building software that helps people design new ones.
Open comments for this post

1h 34m 50s logged

“Starting Veda. The idea: turn a phone video into an explorable 3D scene in the browser using Gaussian splatting. The problem I immediately hit — my computer can’t handle 3D rendering or the CUDA training that normal splatting pipelines need. So before writing real code I spent 90 minutes just researching whether this is even possible without a GPU. Found a possible path: skip the neural training, go straight from Structure-from-Motion sparse points to isotropic Gaussian primitives. Sacrifices quality but might actually run on my hardware. Got the initial project scaffolding down. Doesn’t work yet. Next: get COLMAP extracting camera poses from a test video.

0
0
2

Followers

Loading…