Matthew Tancik

Results 241 comments of Matthew Tancik

Yea, colab annoyingly keeps updating python versions without any warning. Until it is updated on our side, I believe there are ways to force colab to use specific versions of...

In regards to the `Memory Allocation` plot, does the `nerfacto` model now use more GPU memory (the colors are greyed of I can't tell for sure)? If so, why?

More info here - https://docs.nerf.studio/en/latest/quickstart/data_conventions.html#coordinate-conventions

Can you try training with the nerfacto model to see if you get similar artifacts.

You can see the parameters you can modify via command line using `ns-train nerfacto --help`. We expose some of the MLP params, ie `--pipeline.model.proposal-net-args-list.0.num-levels` but these are just for the...

It looks like `ffmpeg` isn't installed. Can you try installing it and rerun the script.

Thanks for the additional pointers @trungswat

Running `ns-dev-test` will fix some of the github actions errors.

> These are linting errors that don't get fixed by black. I added comments on how to fix.