How to Use 360 Video for 3D Gaussian Splatting (and NeRFs!)

In this video, I show you how to take 360 video or images and use them to train a 3D Gaussian Splatting scene. This is an absolute beginner’s guide and is the easiest way to get started. However, it is not the BEST way to do this. I will make a second video in the future that is more involved. You will need the 2021 version of Meshroom. Download it here: Here is the image extraction command: ffmpeg -i path/to/ -vf fps=(fps) -qscale:v 1 (output_folder)/ image_ Here is the Meshroom command: -i (input 360 image folder) -o (output 2D image folder) --equirectangularNbSplits 8 --equirectangularSplitResolution 1200 Find my beginner’s tutorial for 360 Gaussian Splatting here: If you get stuck, as questions in the comments! I will do my best to help! Please follow my channel for advanced tips and
Back to Top