Matthew Tancik

Results 241 comments of Matthew Tancik

Ok, so maybe for now we should just keep what we have but colocate the configs with the classes.

Hi, I'd like to dig into your suggestions a little more. 1. I am unfamiliar with the `tiepoint` in colmap, do you have documentation? 2. Currently the aabb should be...

Adding some additional options for loading the dataset. Hopefully they will be useful.

If you don't want our dataparser to change the poses at all, use the following, ``` ns-train nerfacto --data DATA nerfstudio-data --orientation-method none --center-poses False --auto-scale-poses False ```

Hi, to test if this is an issue with the vocab tree, can you try with a different matcher? Add `--matching-method exhaustive`. If this doesn't work, it is likely the...

Closed due to inactively. Feel free to reopen if this is still an issue.

My guess is that the method is so slow that it can't satisfy the constraints of the fps-resolution calculation. It tries to determine how many training steps should be taken...

This is likely due to the dynamic batching, although I would expect the number of rays/sec to also increase. Will need to investigate.

Everyone who is running into this issue, can you report the following details (we are having trouble replicating this bug on the dev machines). 1. OS version 2. nerfstudio version...

@Blueslikehail Can you try the latest version of the code to see if that fixes the issue. If it doesn't a few followup questions, + Are you are able to...