Loss on raw depth from sensor
progwiz opened this issue · 2 comments
progwiz commented
Hello,
I am trying to train the model on my own dataset. Raw depth data from the sensor typically has many zero valued pixels in it (around occlusions etc.). Can you tell us how you calculate the loss for such pixels, are they ignored in the provided implementation?
cogaplex-bts commented
@progwiz You are right. In our implementation, loss is defined only for pixels that have depth values.
progwiz commented
Thank you