JuliaNeuralGraphics / GaussianSplatting.jl

Apache License 2.0
32 stars 3 forks source link

Couldn't render #11

Closed yuehhuahii closed 2 months ago

yuehhuahii commented 2 months ago

Hi! I'm appreciate of your great work! It comes to me that the GUI is forced terminated while rendering the bicycle dataset.

螢幕快照 2024-09-03 15-20-39

螢幕快照 2024-09-03 15-21-07

Any idea?

My hardware information: OS: EndeavourOS 2024.01.25 GPU: NVIDIA GeForce RTX 4070 Laptop GPU, 8 GB memory

pxl-th commented 2 months ago

I suspect it shows a message like "Window is not responsive" or something like that. In some way this is expected, but should dissapear after some time. This is because Julia is JIT compiled, so when you launch the application it compiles GPU kernels as it launches them for the first time.

On my machine the window becomes responsive again in around 30-40 seconds. Does that happen on your machine?

pxl-th commented 2 months ago

The UX definitely can be improved, for example by compiling in a background thread while showing some progress bar to the user.

yuehhuahii commented 2 months ago

Yeah, the window message shows "Window is not responsive". So, I have to wait for it for aound 30-40 seconds, right? I didn't wait and just terminate the window.

pxl-th commented 2 months ago

Yes, that should work

yuehhuahii commented 2 months ago

Thank you so much! It works!