Brent Yi
Brent Yi
Yes, this has my support! For moving forward, how about: - Dropping in an error message if `density_fn()` is called on the field, which communicates that the method was removed...
If you're seeing this issue in PyTorch 2.0, there's also a good chance it's a PyTorch bug. Upgrading to 2.1 fixes it for some systems. (https://github.com/nerfstudio-project/nerfstudio/pull/2748 has notes on why)
Do you have an extra period here? `pip install git+https://github.com/nerfstudio-project/[email protected].` => `pip install git+https://github.com/nerfstudio-project/[email protected]` may work.
Are you on the latest version of nerfstudio?
Interesting, what's strange to me is this part of your error: ``` File "C:\Users\carlo\nerfstudio\nerfstudio\models\gaussian_splatting.py", line 30, in from gsplat.compute_cumulative_intersects import compute_cumulative_intersects ModuleNotFoundError: No module named 'gsplat.compute_cumulative_intersects' ``` We no longer...
Hm yeah, it seems reasonable to make these two consistent. But this change only impacts non-splatting methods where the points aren't used, right? (like nerfacto) For the nerfstudio dataparser, this...
Are there any other methods that will use the points? The one argument I see for keeping the discrepancy is that the colmap parser always has points available, while the...
Something shorter or more specific sounds good to me, but `ns-export splat` seems confusing because of the common `.splat` file format (which is different from the `.ply` we're exporting).
Thanks everyone for the discussion! Some quick thoughts. The reason for the original `apply_to_raybundle()` implementation was likely runtime: the reconstruction quality for all of these implementations (left-multiply, right-multiply, the current...
Hi @MatteoFusconi, thanks for filing this issue! This was indeed a share URL bug, I just made a PR to fix it. If you want a short-term fix you can...