Matthew Tancik

Results 260 comments of Matthew Tancik

https://user-images.githubusercontent.com/3310961/219978377-f0136119-94b8-4a80-843a-0140df51204e.mp4 There was a bug introduced in nerfstudio 0.1.17 A patch will be coming soon. Alternatively you can use 0.1.16 in the meantime.

Perhaps @mpmisko can share one. He added this functionality.

That should work, can you post the camera path json? Also which version of nerfstudio are you running?

Closing, feel free to reopen if it is still and issue.

Also try running `pip list | grep torch` The torch version should be `1.12.1+cu113` or `1.12.1+cu116` If the `+cu...` is missing, then you need to reinstall pytorch with cuda support,...

What error do you see if you run the following in the terminal? ``` colmap vocab_tree_matcher --database_path data\colmap\database.db --SiftMatching.use_gpu 1 --VocabTreeMatching.vocab_tree_path C:\Users\Lemon Zhong\AppData\Local\nerfstudio\nerfstudio\vocab_tree.fbow ```

Does it work for other data? Can you also try using one of the other matchers, `--matching-method exhaustive`

Is this also true if you use the data we provide, ie the poster dataset (the data is already processed, but you can run `ns-process-data` on the images folder)? `vocab...