Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIBR reviewer did not work #26

Open
felixshing opened this issue Apr 11, 2024 · 4 comments
Open

SIBR reviewer did not work #26

felixshing opened this issue Apr 11, 2024 · 4 comments

Comments

@felixshing
Copy link

Hello, I met some problems when I followed the instructions to try to view the training process. Specifically, I am using "yufeng" dataset, and my training command is python train_splatting_avatar.py --config configs/splatting_avatar.yaml --dat_dir '/home/pc3080/project/3DGS/SplattingAvatar/data/yufeng' To enable SIBR viewer, following README, my command is ./SIBR_remoteGaussian_app --path '/home/pc3080/project/3DGS/SplattingAvatar/data/yufeng/output-splatting/last_checkpoint' . However, it shows this error. I tried multiple --path setup but none of them worked. Could anyone help me with this issue? Thanks!

image

@aistudio2002
Copy link

I'm facing the same problem, I don't know how to fix this.

@initialneil
Copy link
Owner

@felixshing @aistudio2002
Please run the original 3dgs on any given data from that repo, and set the path to that output.
SIBR_remoteGaussian_app somehow requires a standard 3dgs output of any data to start with.

@LuniumLuk
Copy link

I have noticed that when not given standard 3dgs output, the SIBR_remoteGaussian_app will not send a valid camera query to network_gui.py. specifically the message received at


will be sth like:

{'fov_x': 2.8269231770433275e+23, 'fov_y': 1.8492449856613858e+31, 'keep_alive': 1, 'resolution_x': 0, 'resolution_y': 0, 'rot_scale_python': 0, 'scaling_modifier': 1.0, 'shs_python': 0, 'train': 1, 'view_matrix': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 'view_projection_matrix': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 'z_far': 1.8470187487645655e+31, 'z_near': 4.465826379318323e+30}

which finally drop the connection.

@fantasy-fish
Copy link

fantasy-fish commented Aug 27, 2024

Is there any solution to this? I have met the same problem. It shows nothing on the SIBR viewer.

I have noticed that when not given standard 3dgs output, the SIBR_remoteGaussian_app will not send a valid camera query to network_gui.py. specifically the message received at

will be sth like:

{'fov_x': 2.8269231770433275e+23, 'fov_y': 1.8492449856613858e+31, 'keep_alive': 1, 'resolution_x': 0, 'resolution_y': 0, 'rot_scale_python': 0, 'scaling_modifier': 1.0, 'shs_python': 0, 'train': 1, 'view_matrix': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 'view_projection_matrix': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 'z_far': 1.8470187487645655e+31, 'z_near': 4.465826379318323e+30}

which finally drop the connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants