WU-CVGL / BAD-Gaussians

[ECCV 2024] "BAD-Gaussians: Bundle Adjusted Deblur Gaussian Splatting". ⚡Train a scene from real-world blurry images in minutes!
https://lingzhezhao.github.io/BAD-Gaussians/
Apache License 2.0
137 stars 4 forks source link

Run Error. #2

Closed ZcsrenlongZ closed 3 months ago

ZcsrenlongZ commented 3 months ago

c57cd5c1fbc67a4f3da534905a1210ba png

LingzheZhao commented 3 months ago

Hi, the parameter name mismatch issue is due to the recent splatfacto refactor PR in nerfstudio (https://github.com/nerfstudio-project/nerfstudio/pull/2946). I fixed it in the newest commit and the problem should be gone now!

ZcsrenlongZ commented 3 months ago

Thanks for your reply! It works! But I am still facing the issue and I am not sure where is the reason. c57cd5c1fbc67a4f3da534905a1210ba png png

LingzheZhao commented 3 months ago

It seems that the gsplat library is not my forked version, which you can install with:

pip install git+https://github.com/LingzheZhao/gsplat

after the installation the problem should be gone!

ZcsrenlongZ commented 3 months ago

Yes! It works! Thanks!