megvii-research / KD-MVS

Code for ECCV2022 paper 'KD-MVS: Knowledge Distillation Based Self-supervised Learning for Multi-view Stereo'
MIT License
44 stars 0 forks source link

gt mu and sigma #4

Open munchmoo opened 2 years ago

munchmoo commented 2 years ago

Hello,

Thank you for sharing your work!

How did you generate mu and sigma for pseudo probability distribution(P) for calculating loss with predicted probability distribution?

Does Pseudo mu, sigma go through the same process as 'get_mu_sigma' in module.py ?

Thank you

DingYikang commented 2 years ago

Hi, the code of computing the pseudo mu and sigma can be found in tools/normal_check_prob_enc.py.