Milan van Wouden
Milan van Wouden
You may need to do CTRL + Shift + V instead of CTRL + V. This worked for me (Linux) since the terminal requires an extra modifier (Shift) to copy...
> This is what I was looking for. Any plan to merge it? Or is there still work needed for this? Was randomly checking this PR and saw that you...
> First of all, if your vertical is not right, I would try `--orientation-method vertical` which fixes many issues with the default method (`--orientation-method up`), see https://github.com/nerfstudio-project/nerfstudio/issues/1765 > > >...
> The `vanilla-nerf` and `mipnerf` models are setup to work with the blender synthetic data, not real-world data. For real-world data, use `nerfacto` or `instant-ngp` Are there any `mipnerf` parameters...
I'm assuming this has to do with the flag you added `--pipeline.model.background-color white`. If you have png's with transparent backgrounds, the background colour is generally randomized so that no background...
NeRF uses Hierarchical volume sampling, see section 5.2 of the original paper for the description. Long story short, N locations are sampled and put through the "coarse network". After this,...
I believe this is a duplicate of https://github.com/bennyguo/instant-nsr-pl/issues/22, and may also be related to https://github.com/bennyguo/instant-nsr-pl/issues/6. Please check it out to see if that gives you your answer.
I'm having the exact same issues when running both NeRF and NeuS. I'll let you know if I find something. I ran the commands: ```shell # For NeRF python launch.py...
> @MvWouden Which OS are you on? Linux or Windows? Currently running on Windows unfortunately. I've tried replacing the forwards slash with a backwards slash for the config path, that...
> I think it could have something to do with WIndows. Let me try on my PC and I'll let you guys know how it turns out. Thanks! Please see...