dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
746 stars 126 forks source link

On passing depths to calculate sigmaloss #110

Open spalasho opened 3 months ago

spalasho commented 3 months ago

Thank you for your work. I found that I need to pass the "depths" parameter when executing the render function in order to make rays.shape [1]>11, which is the condition that triggers the computation of the sigmaloss, what is this depths?