dazinovic / neural-rgbd-surface-reconstruction

Official implementation of the CVPR 2022 Paper "Neural RGB-D Surface Reconstruction"

Home Page:https://dazinovic.github.io/neural-rgbd-surface-reconstruction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the empty loss.

chensjtu opened this issue · comments

hey, I wonder why you only apply empty loss and sdf loss. in fact, when points away from the depth position, i.e. behind the ground truth position, may be they also need a "far loss" similar to empty loss?

commented

You cannot know whether occluded space is occupied or not, so no loss is applied there.