Earlier quoted context omitted.
Those are the areas that are occluded in the input images. If you look at the bushes, you can see that the front is clean while the back is a mess. Probably the starting position could be chosen a bit better.
This raises the question, do any of these projects have workflows for combining images taken from different positions? Or does that just work out of the box? (I have no machines atm with anything better than 10yo eGPUs ;~<)
Better Gaussian Splatting in Julia
21–30 of 30 posts
Re: Better Gaussian Splatting in Julia
#22I'm still very fascinated by gaussian splatting, but the issue I always run into is the need to use colmap to generate the camera positions and get the initial point cloud. Which colmap effectively still needs Nvidia for dense point clouds last I checked. I'm curious though does anyone have anything else they've tried that worked well? I've tried a few different things (most of the time getting stuck on just compilin…
TFA mentions this project has backends for : AMD GPU (AMDGPU.jl) NVIDIA GPU (CUDA.jl) MacBook GPU(Metal.jl)
Re: Better Gaussian Splatting in Julia
#23I'm still very fascinated by gaussian splatting, but the issue I always run into is the need to use colmap to generate the camera positions and get the initial point cloud. Which colmap effectively still needs Nvidia for dense point clouds last I checked. I'm curious though does anyone have anything else they've tried that worked well? I've tried a few different things (most of the time getting stuck on just compilin…
I know there have been papers and research projects about GS without COLMAP and GS from videos. But, I don't have links handy. Best I can do is link you to https://x.com/RadianceFields and https://radiancefields.com/ They have all the news about GS every day.
Re: Better Gaussian Splatting in Julia
#24Hey Anton, great work as always :)
Re: Better Gaussian Splatting in Julia
#25Oh, a fellow Ukrainian! Was pleasantly surprised to see that fountain on HN — I was just walking around it a few days ago, very nice and peaceful spot this time of year.
Re: Better Gaussian Splatting in Julia
#26Earlier quoted context omitted.
Those are the areas that are occluded in the input images. If you look at the bushes, you can see that the front is clean while the back is a mess. Probably the starting position could be chosen a bit better.
This raises the question, do any of these projects have workflows for combining images taken from different positions? Or does that just work out of the box? (I have no machines atm with anything better than 10yo eGPUs ;~<)
Re: Better Gaussian Splatting in Julia
#27Earlier quoted context omitted.
TFA mentions this project has backends for : AMD GPU (AMDGPU.jl) NVIDIA GPU (CUDA.jl) MacBook GPU(Metal.jl)
I'm sorry, but the article doesn't cover anything about the preprocessing steps that are required for 90% of gaussian splat implementations. That preprocessing step is almost always colmap which takes pictures or videos and uses SfM to figure out the camera parameters and their position in the 3d scene, it then does basic point reconstruction and dense point reconstruction. That info is what gaussian splats take in,…
Re: Better Gaussian Splatting in Julia
#28Earlier quoted context omitted.
This raises the question, do any of these projects have workflows for combining images taken from different positions? Or does that just work out of the box? (I have no machines atm with anything better than 10yo eGPUs ;~<)
Yes the whole field could more or less be described as combining images taken from different positions :)
Re: Better Gaussian Splatting in Julia
#29Earlier quoted context omitted.
I'm sorry, but the article doesn't cover anything about the preprocessing steps that are required for 90% of gaussian splat implementations. That preprocessing step is almost always colmap which takes pictures or videos and uses SfM to figure out the camera parameters and their position in the 3d scene, it then does basic point reconstruction and dense point reconstruction. That info is what gaussian splats take in,…
What hardware do you have? I've been using colmap on my MacBook. It's been working alright.
Thanks for bringing that up though, after a quick search that I guess I haven't done in a long time, it appears that colmap does now have a hip backend. So I guess that's going to be my weekend now.
Re: Better Gaussian Splatting in Julia
#30Earlier quoted context omitted.
By not taking photos of it... what else? The data wasn't there, so it couldn't be generated Actually, this might be a lack of understanding, look up what gaussian splatting is.
> By not taking photos of it... That's not occlusion.
Occlusion can block you from taking a photo.
Not taking a photo can block you from taking a photo.
Sometimes, there are two things that happen!
Seriously, you'd understand if you actually bothered to look up what Gaussian Splatting is