EasyVolcap icon indicating copy to clipboard operation
EasyVolcap copied to clipboard

Question about errors in 3DGS+T

Open lulinliu opened this issue 11 months ago • 1 comments

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!

lulinliu avatar Jan 29 '25 21:01 lulinliu

Image

lulinliu avatar Jan 29 '25 21:01 lulinliu