yzslab / gaussian-splatting-lightning

A 3D Gaussian Splatting framework with various derived algorithms and an interactive web viewer
Other
510 stars 41 forks source link

How to visualize gaussians side by side? #77

Open wangmiaowei opened 3 days ago

wangmiaowei commented 3 days ago

As pointed out in the title, very thankful for your open source, but my current issue is that I want to put multiple Gaussian side by side for comparison. Could you give me some suggestions?

yzslab commented 3 days ago

Sorry, no such feature currently.

yzslab commented 3 days ago

I think implementing it is not too difficult. Just start multiple viewers, and one of them push the camera pose to the others through the TCP sockets.

wangmiaowei commented 3 days ago

yes that is a workaround.