You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I got this error when I ran train.py with dynerf dataset.
File "train.py", line 521, in scene_reconstruction
gaussians.max_radii2D[visibility_filter] = torch.max(gaussians.max_radii2D[visibility_filter], radii[visibility_filter])
RuntimeError: invalid shape dimension -858993459
The text was updated successfully, but these errors were encountered:
Hi, I got this error when I ran train.py with dynerf dataset.
File "train.py", line 521, in scene_reconstruction
gaussians.max_radii2D[visibility_filter] = torch.max(gaussians.max_radii2D[visibility_filter], radii[visibility_filter])
RuntimeError: invalid shape dimension -858993459
The text was updated successfully, but these errors were encountered: