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

The models in train_unsup.py and infer.py are different #6

Open lu1220 opened 8 months ago

lu1220 commented 8 months ago

train_unsup.py used CascadeMVSNet_uncertainty() while infer.py used CascadeMVSNet? Specifically, After I trained the unsupervised mvs, I followed the steps of kd-mvs-train to perform the first step of infer.py, but found that the initialization model built during inference was not consistent with the unsupervised teacher model I trained. image