RongLiu-Leo / Gaussian-Splatting-Monitor

Monitor Gaussian Splatting additional real-time viewable and differentiable outputs
https://rongliu-leo.github.io/Gaussian-Splatting-Monitor/
Other
145 stars 5 forks source link

How to change camera moving speed in Interp. mode? #11

Open oUp2Uo opened 3 months ago

oUp2Uo commented 3 months ago

This control mode is quite cool. But the speed is very fast now. Is it possible to control the speed?

Btw, Is it possible to edit the rendering size in Point View?

Thanks.

RongLiu-Leo commented 3 months ago

There is a box for "Speed". You can try to manipulate it.

You can specify the rendering size when launching the viewer.

SIBR_remoteGaussian_app_rwdi.exe --height <height you want> --width <width you like>

Or you can drag the right-bottom corner of the Point View window to control it.

oUp2Uo commented 3 months ago

Thanks for the reply. Do you mean the Speed in the bottom of Camera Point View? I have tried that, and it did not work for Interp.. The speed did not change. 2024-06-25 100533

I thought dragging the right-bottom corner did not change the render size, just changing image's size which be shown.

RongLiu-Leo commented 3 months ago

If that is the case, unfortunately there is no good solution for this problem now

oUp2Uo commented 3 months ago

If that is the case, unfortunately there is no good solution for this problem now

Thanks for the reply. Btw, is it possible to change background color?

RongLiu-Leo commented 3 months ago
python view.py --white_background <True/False>

It is black by default.

If you want to make it arbitrary, modify here.

oUp2Uo commented 3 months ago
python view.py --white_background <True/False>

It is black by default.

If you want to make it arbitrary, modify here.

This works! Thank you.