Asparagus15 / GaussianShader

code for GaussianShader: 3D Gaussian Splatting with Shading Functions for Reflective Surfaces
Other
288 stars 23 forks source link

How to view the rendering output #1

Open MrNeRF opened 9 months ago

MrNeRF commented 9 months ago

Hi, thanks for you wonderful paper and the released code.

I would like to test it, but I have some issues as there are no instructions. I finally was able to train a scene successfully but I cannot view it. The regular version of the SIBR viewer crashes. I could see that the output of a trained scene is extended. Not sure what you have modified in the included SIBR viewer, but when I build it, it gives me only so files but no executable binary.

Another question? Why did you set self.iterations = 500000000000 Any help or some updated Readme build and run instruction would be very helpful. Thank you, Janusch

gs14iitbbs commented 9 months ago

Seems sibr_ulrv2_app has been changed. other viewer apps are not inside repo.

Asparagus15 commented 9 months ago

Sorry for the delay and thanks for the attention. A simple tutorial has been updated in the newest update.

  1. Please use render.py to see the optimization results. I haven't tested the SIBR viewer yet.
  2. The default value of self.iterations has been changed to the correct value (30000) in the newest update. 500000000000 was a debug value.
YaelCassini commented 5 months ago

I'm very sorry to disturb you, but I've encountered the same peoblem with this issue. I would like to ask if the SIBR_viewer has now been updated and tested, or we can only use render.py to view the results?