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
WHen I run this command: python scripts/fusion/volume_fusion.py -- -c configs/exps/l3mhet/l3mhet_${expname}.yaml val_dataloader_cfg.dataset_cfg.ratio=0.15
At first, I installed the diff_gaussian_rasterization. But meet the same error in #35 . Then, I tried to use diff_gauss, but still meet some errors.
`TypeError: forward() got an unexpected keyword argument 'cov3D_precomp'
*** forward() got an unexpected keyword argument 'cov3D_precomp'
/home/lab/.conda/envs/easyvolcap/lib/python3.9/site-packages/torch/nn/modules/module.py(1562)_call_impl()
1560 or _global_backward_pre_hooks or _global_backward_hooks
1561 or _global_forward_hooks or _global_forward_pre_hooks):
-> 1562 return forward_call(*args, **kwargs)
1563
1564 try:`
Thank you for your reply!
The text was updated successfully, but these errors were encountered:
WHen I run this command:
python scripts/fusion/volume_fusion.py -- -c configs/exps/l3mhet/l3mhet_${expname}.yaml val_dataloader_cfg.dataset_cfg.ratio=0.15
At first, I installed the diff_gaussian_rasterization. But meet the same error in #35 . Then, I tried to use diff_gauss, but still meet some errors.
`TypeError: forward() got an unexpected keyword argument 'cov3D_precomp'
*** forward() got an unexpected keyword argument 'cov3D_precomp'
Thank you for your reply!
The text was updated successfully, but these errors were encountered: