abrahamezzeddine
abrahamezzeddine
> I sometimes get better results by using colmap gui instead of ns-process-data. Try installing colmap by `sudo apt-get install colmap`, open colmap gui by typing `colmap gui` and process...
> @sarlinpe any examples on how to do it? > > I would love to run a GroundedSAM over the input images and re-project on the 3D point cloud Any...
Could the opposite be done perhaps? after creating the mesh, reverse back to point cloud or is that data lost in theory? thank you for the quick answer.
https://docs.gsplat.studio/main/examples/large_scale.html Here is an example where they render large scale scenes. Perhaps this is something you could get an inspiration from? :) Newly released with Gsplat 1.0 which is supported...
> Ah I see. The current master does not support that because everything is fused in CUDA. > > However, we are working on an upgrade to the CUDA backend...
> Hi @abrahamezzeddine, the splitting of the Gaussians are control on the python side, not CUDA, so it should be very doable to track the IDs of the GSs by...
Most likely you have images that are blurry and lost connection between the images. Did you view the frames that was created via this pipeline if there are lots of...
What arguments are you using in nerfstudio and how are you generating the data in COLMAP? Via automatic reconstruction?
Thank you!! Do you possibly have a small code snippet that I could use as a reference?
So I tried to use that function, and take in both xyz, scale, rotation to produce the required input, as well as reading the ply file and transforms.json but for...