BaowenZ / RaDe-GS

RaDe-GS: Rasterizing Depth in Gaussian Splatting
Other
323 stars 7 forks source link

about viewer ! #17

Open chenqi13814529300 opened 1 week ago

chenqi13814529300 commented 1 week ago

image Visualization failed, but I successfully visualized other 3D Gaussian papers, such as AtomGS.

BaowenZ commented 1 week ago

Using viewer in this repo can solve this issue. However, it leads to a lot of inconvenience. So I will change the saved ply format to make it readable for previous viewer.

chenqi13814529300 commented 1 week ago

Okay, but your ply can be used https://projects.markkellogg.org/threejs/demo_gaussian_splats_3d.php Open, the effect is not good enough. I'm not sure why there's a big difference in the effect, is it because you need a special rendering tool?

AtomGS: image RaDe_GS(default): image

hefan14 commented 1 week ago

image Visualization failed, but I successfully visualized other 3D Gaussian papers, such as AtomGS.

I also encountered this problem. May I ask how you visualized it later on

hefan14 commented 1 week ago

May I take a look at the point_cloud of your 7000 and 30000 step training results? My training results are poor, and I'm not sure what the reason is.

chenqi13814529300 commented 1 week ago

May I take a look at the point_cloud of your 7000 and 30000 step training results? My training results are poor, and I'm not sure what the reason is.

I use this for visualization, it can visualize 3D Gaussian.

https://projects.markkellogg.org/threejs/demo_gaussian_splats_3d.php

chenqi13814529300 commented 1 week ago

May I take a look at the point_cloud of your 7000 and 30000 step training results? My training results are poor, and I'm not sure what the reason is.

My effect is also very poor (the second one is RaDe_GS), but PSNR=30.1. It is likely that a specific viewer is needed.

BaowenZ commented 1 week ago

The saved variables are not the same as the original Gaussian Splatting. So other code may wrongly parse the ply files. Do you meet any trouble using the viewer I mentioned? @chenqi13814529300

hefan14 commented 1 week ago

I encountered an error while downloading Binary distribution: Error # 404 The server returned a: 404 Not Found. Therefore, other methods have to be used for visualization.

chenqi13814529300 commented 1 week ago

I encountered an error while downloading Binary distribution: Error # 404 The server returned a: 404 Not Found. Therefore, other methods have to be used for visualization.

me too,Is it possible to provide a release version that can be downloaded normally @BaowenZ @hefan14

BaowenZ commented 1 week ago

Sorry I can't get the point. The viewer should be downloaded along with this repo. Can you find it in the repo root? @chenqi13814529300 @hefan14

hefan14 commented 1 week ago

Sorry I can't get the point. The viewer should be downloaded along with this repo. Can you find it in the repo root? @chenqi13814529300 @hefan14

Yes, I can see the SIBR_viewers folder, and when I follow the steps of readme.md, the ’#### Binary distribution‘ step in it will report an error: Error # 404 The server returned a: 404 Not Found.

hefan14 commented 1 week ago

'https://sibr.gitlabpages.inria.fr/download.html' unable to download anything

BaowenZ commented 1 week ago

You can follow Gaussian Splatting to build it. @hefan14 @chenqi13814529300

hefan14 commented 1 week ago

May I ask how I can obtain such a mesh result instead of the rendered result in the viewer 1

BaowenZ commented 1 week ago

Please run python mesh_extract.py -s <path to DTU dataset> -m <output folder> -r 2 and you will get the mesh.

hefan14 commented 1 week ago

Please run and you will get the mesh.python mesh_extract.py -s <path to DTU dataset> -m <output folder> -r 2

Thinks! I will try it.

hefan14 commented 6 days ago

捕获 Hello, may I ask which file does "Point clouds from the DTU dataset need to be saved to dtu_eval/Officially-DTU-Dataset for the geometry evaluation." refer to?

BaowenZ commented 5 days ago

Hi! You could download SampleSet(6.3G) and Points(6.3G) for evaluation.

lianxuepc commented 4 days ago

Can Viewer compile on the Windows platform? I've tried a few cmake versions and all of them get an error