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

linalg.inv: A must be batches of square matrices, but they are 6 by 4 matrices #45

Open
DiHubKi opened this issue Oct 19, 2024 · 0 comments

Comments

@DiHubKi
Copy link

DiHubKi commented Oct 19, 2024

Traceback (most recent call last):
File "D:\dasdsa\CF-3DGS\run_cf3dgs.py", line 47, in
trainer.train_from_progressive()
File "D:\dasdsa\CF-3DGS\trainer\cf3dgs_trainer.py", line 447, in train_from_progressive
gauss_params = self.init_two_view(
^^^^^^^^^^^^^^^^^^^
File "D:\dasdsa\CF-3DGS\trainer\cf3dgs_trainer.py", line 200, in init_two_view
loss, rend_dict, psnr_train = self.train_step(self.gs_render,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\dasdsa\CF-3DGS\trainer\cf3dgs_trainer.py", line 101, in train_step
render_pkg = gs_render.render(
^^^^^^^^^^^^^^^^^
File "D:\dasdsa\CF-3DGS\scene\gaussian_model_cf.py", line 857, in render
camera_center = self.gaussians.get_RT(fidx).inverse()[
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: linalg.inv: A must be batches of square matrices, but they are 6 by 4 matrices

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

1 participant