graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
14.57k stars 1.91k forks source link

How to merge multiple Gaussian models #990

Open haggleSS opened 1 month ago

haggleSS commented 1 month ago

Excuse me。How to merge multiple Gaussian models。

jaco001 commented 1 month ago

Try editors like https://playcanvas.com/supersplat/editor

haggleSS commented 1 month ago

Try editors like https://playcanvas.com/supersplat/editor

Thx ,but i want to use code to merge multiple Gaussian models.

fantasy-fish commented 1 month ago

Is there any way to do this? I am also waiting for the solution

AsherJingkongChen commented 1 month ago

Use Tensor.cat at dim=0