Matthew Tancik

Results 241 comments of Matthew Tancik

The detector takes a video as one of the arguments. `test_vid.mp4` is an example filename for the video. It should be modified to the name of your captured video.

Does the folder `data/nerfstudio/poster` exist? If so what files are in side of it? If it does not exist, when running the download script, when is the file path you...

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, ie...

The the installation instructions here - https://docs.nerf.studio/nerfology/methods/zipnerf.html#installation

I would suggest asking this question in the zipnerf repo since the error seems to exist there - https://github.com/SuLvXiangXin/zipnerf-pytorch

What do you try adding `--matching-method exhaustive` to your command to see if it makes a difference. If not, I'm not sure I can be of much help. This seems...

Closing due to inactivity. Feel free to reopen if it is still and issue.

Can you try the latest github `main` version. It has some fixes regarding circular imports that may fix this issue.