maturk
maturk
Currently the project only supports a single camera (colmap camera models defined [here](https://colmap.github.io/cameras.html)) model for the input images. What kind of use-case or data are you working with?
Unfortunately this is not currently supported.
Hi @Sugar55888, this repo has not been tested with outdoor datasets. Mainly indoor room datasets. Let me know if you try testing it with kitti or nuescenes. Thanks.
One thing to note with unbounded outdoor scenes is that you might need a background model for distant scenery (common in car/driving datasets where the sky is visible). The dn-splatter...
Hi @Sugar55888, sorry I think dn-splatter will not work on outdoor scenes. `dn-splatter` is designed to work best with sensor depth supervision, e.g. from the `mushroom` or `scannet++` datasets, where...
What dataset do you have?
Hi @cdfan0627, this project is an extension of the [splatfacto](https://docs.nerf.studio/nerfology/methods/splat.html) model from Nerfstudio. Specifically, this repo extends (subclasses splatfaco) with features like depth supervision, normal supervision, and other regularization (like...
@yang1hu , this issue is caused by changes in the main branch of nerfstudio within the last week. Thanks for pointing this out. So the problem is that `dn-splatter` inherits...
@yang1hu this should be fixed by #12. Let me know if you find any more bugs.
> > @yang1hu this should be fixed by #12. Let me know if you find any more bugs. > > This latest addition has broken things for me > >...