kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV
MIT License
2.74k stars 481 forks source link

Help regarding mask/ no-mask #98

Open darthgera123 opened 3 years ago

darthgera123 commented 3 years ago

I am using this to compare it with my project's outputs which is using a mask to segment the foreground. Is it better to run colmap and train the network with or without masks? @kwea123 thoughts?

kwea123 commented 2 years ago

I am afraid I don't get your question, what mask do you mean? NeRF trains on static scenes, so no dynamic mask is required.