-
Does DS-NeRF work also for inward looking scenes?
I've tried to make it work by brutally setting --spherify=True but it gives awful results, unlike for forward looking scenes.
I'm not sure wheth…
-
Hi,
Thank you for sharing your great code.
I'm glad to learn about DSNeRF with your kind and detailed explanation
I have a question about sigmaLoss with paper.
I guess sigma loss is the ray di…
-
Hi all,
I am trying to run `python run_nerf.py --config configs/leaves_2v.txt --render_only --chunk=16384 --netchunk=32768
` with the pre-trained model. However, I receive the following logs:
p…
-
Hi! I try to run my data in DS-nerf, but it always has this runtime error. How to solve this problem?
0% 0/1 [00:00
-
why the configs file can not find the fern_dsnerf.txt
-
Hi, I have a question about the data split of LLFF. I observed that the metrics of the 2-view setting (dsnerf, cvpr-22) are even better than other papers (e.g., 3-view of RegNeRF, cvpr-22). e.g. 20.2…
-
In your [video](https://www.youtube.com/watch?v=84LFxCo7ogk) you said, that you tested DSNeRF with scanned depth data. How can I train the model with my own depth data. Which format is needed? Thanks …
-
Hi~
I'm going to apply it to the new data instead of the dataset that provided your great work, dsnerf.
So I'd appreciate it if you could tell me how to generate the 'train_depths.npy' file and how…
-
When I run my images through COLMAP, I get a Sparse directory and can run imgs2poses which generates poses_bounds.npy.
How do I go about converting my test and training images to .npy format and ho…
-
I have been researching many NeRF-related projects recently and have found that a common constraint is that the views used for training cannot be too far apart.
Most common seems to be the forward-fa…