yanxian-ll / GS-SR

GS-SR: Gaussian Splatting for Surface Reconstruction
39 stars 0 forks source link

How to merge the results of each split scene? #1

Open mappro6 opened 1 week ago

mappro6 commented 1 week ago

Such as in the reconstruction of GauU-Scene dataset.

yanxian-ll commented 1 week ago

Such as in the reconstruction of GauU-Scene dataset.

I'm very sorry, but the code related to chunking and fusion has not been sorted out yet. We could simply render all the image depths and then use tsdf fusion.

yanxian-ll commented 1 week ago

This is how the result below was obtained. gauu-scene-normal

mappro6 commented 1 week ago

@yanxian-ll Hi, thanks for your nice work! But when I try to render the depth of the whole scene and use the tsdf fusion, my CPU can't handle the load.So looking forward to the release of the merge part later.