jzhangbs / Vis-MVSNet

Visibility-aware Multi-view Stereo Network
MIT License
235 stars 27 forks source link

Parameters of vthresh and pthresh #35

Open Te1MinRyU opened 2 years ago

Te1MinRyU commented 2 years ago

Hi, could you kindly explain what are the parameters in --vthresh 4 and --pthresh .8,.7,.8 standing for? These two parts have confused me for a long time and still can't figure out what they are?

Thanks

jzhangbs commented 2 years ago

vthresh is the threshold of the number of geometric consistent views. A source view is geometric consistent if the re-projected depth is similar to the original value. pthresh is the threshold of the probability map. There are three numbers because we consider all the prob. maps from three scales.