barbararoessle / dense_depth_priors_nerf

Dense Depth Priors for Neural Radiance Fields from Sparse Input Views
MIT License
378 stars 49 forks source link

About the depth-guided ray sampling #27

Open EchoTHChen opened 1 year ago

EchoTHChen commented 1 year ago

https://github.com/barbararoessle/dense_depth_priors_nerf/blob/d541ebe896657571f385e19e7d1374f266323f08/run_nerf.py#L579 Why is network_fine not used here (network_fn is used) after the depth-guided sampling for final rendering? The network_fine isn't used totally in the rendering process.

barbararoessle commented 1 year ago

Hi, we do not use hierarchical sampling, so it is correct that there is just one network used. This is explained in the paper in section 3.2 in the paragraph on depth-guided sampling.

EchoTHChen commented 1 year ago

thanks!

---Original--- From: "Barbara @.> Date: Sun, Mar 12, 2023 18:11 PM To: @.>; Cc: @.**@.>; Subject: Re: [barbararoessle/dense_depth_priors_nerf] About the depth-guidedray sampling (Issue #27)

Hi, we do not use hierarchical sampling, so it is correct that there is just one network used. This is explained in the paper in section 3.2 in the paragraph on depth-guided sampling.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>