Closed lzhnb closed 2 years ago
Hi, we use scale-invariant loss to use omnidata depth so the range of output dosen't matter.
@niujinshuchong
I also notice that your code recommends using ominidata to obtain the depth and normal for custom datasets. I wonder if there will be a performance drop when we instead use real depth maps from depth sensors.
@jzhzhang If you have real depth map then you don't need to use scale-invariant loss. You could use MSE or L1 loss directly.
Thanks for your amazing work!
As you said in the paper, you leverage the omnidata model to estimated both monocular depth and normal. We've downloaded the pretrained provided by the official, and it really performs well in the details. However, we found that the range of the estimated depth is so small. Here is the result of one image from 0616 scene in ScanNet.
In our acknowledge, the range of depth in ScanNet should be
0~3
. How do you process such estimated depth?Good luck :)