Matthew Tancik

Results 241 comments of Matthew Tancik

NeRFs will often "cheat" the geomertry to get good quality color outputs. This means that in regions without texture, the nerf might add a hole and fill in the scene...

Try adding `--viewer.skip-openrelay True` to your command. Also try waiting a minute or two to connect, sometime it take a little time.

This is related to https://github.com/nerfstudio-project/nerfstudio/issues/765

This will cause the scene to get squashed, also when you overlay the dataset, it won't align carefully. I'm not sure what the correct way to handle this is.

An alternative option would be to do "splitview", where we just crop the image, rather than squash, concat(rgb[:,:width/2,:], depth[:,width/2:,:]).

I think it is a cool idea, I'm just not sure Im ready to commit to it. My primary concerns are the following, + The logic for viewing should be...

Unrelated (but I couldn't find a better place to message you), you have been adding a lot of great contributions to nerfstudio. If you shoot me an email to [email protected],...

> Right, I think cropped splitview is a distinct but related idea, I was trying for more like video editor dual view where you want uncropped to see everything. (Specifically,...

Closing in favor of #1898