Samad Barri Khojasteh

Results 5 comments of Samad Barri Khojasteh

You can see all the real-time results in WandB by just adding `--vis viewer+wandb` into `ns-train nerfacto` (before putting `--data` and `--output-dir`).

Hi, If you are going to debug nerfstudio models (NeRF, NeRFacto,..), remove "ns-train" and keep others. For example: _vanilla-nerf --vis viewer+wandb --data/.../_

It depends on which dataset you are using. 4 and 6 are for datasets from blender (load-blender.py file) while the load_llff.py file uses another method to calculate near and far...

You need to put a config file like [this](https://github.com/bmild/nerf/blob/master/paper_configs/llff_config.txt)

Please change `"cuda:3"` to `"cuda:0"` in `app.py` file (line 380) then install gradio `pip install gradio==3.39.0`.