kwea123/CasMVSNet_pl

Confidence map

phongnhhn92 opened this issue · 1 comments

Hi,
I see that in your code, you somehow collect the confidence map based on the predicted probability of depth. As I understand this probability tensor contains the probability for each sampled depth value along the ray for each pixel right ? Can u explain more what you have done to get this confidence map. Thanks !

with torch.no_grad():

This is explained in the MVSNet paper page 7. Intuitively if the model is confident, the distribution is centered at the predicted depth, so the value is high, otherwise the distribution is more spread and the value is low