-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Thank you for your excellent work. I encountered some issues while using SIBR_remoteGaussian_app to view the training process in real-time. When training with point clouds obtained from SLAM, the port keeps disconnecting and no image is displayed. The specific log is as follows:
C:\Users\XXX\Desktop\code\viewers\bin>.\SIBR_remoteGaussian_app
[SIBR] -- INFOS --: Initialization of GLFW
[SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 576.88[major: 4, minor: 6]
Warning: GLParameter user_color does not exist in shader PointBased
[SIBR] -- INFOS --: Trying to connect...
[SIBR] -- INFOS --: Connected!
[SIBR] -- INFOS --: Connection dropped
[SIBR] -- INFOS --: Trying to connect...
[SIBR] -- INFOS --: Connected!
[SIBR] -- INFOS --: Connection dropped
... (repeating)
However, this issue does not occur when using results from COLMAP. Do you have any solutions for this? Thank you.