KevinXu02 / splatfacto-w

Apache License 2.0
73 stars 2 forks source link

nerfstudio version, gsplat version? gsplat/rendering asset #14

Open sjdfkjawe opened 3 weeks ago

sjdfkjawe commented 3 weeks ago

Great work, nerfstudio 1.1.3 with gsplat==1.0.0 will cause bug as bellow, sh_degree=3 File "xxx/splatfacto-w/splatfactow/splatfactow_model.py", line 977, in get_outputs render, alpha, info = rasterization( File "xxx/gsplat/rendering.py", line 206, in rasterization assert ( AssertionError: torch.Size([1309327, 16, 3])

Which version of nerfstudio and gsplat you used? problem similar to https://github.com/nerfstudio-project/gsplat/issues/268

Thanks

sjdfkjawe commented 2 weeks ago

nerfstudio 1.1.3 (the latest version) with gsplat==1.3.0 (the latest version) still cause this bug

sjdfkjawe commented 2 weeks ago

In addition,This bug won't appear immediately when start training, it usually occurs after a period of training,sometimes it appears after 200k steps.