Method__init__(self, datapath, listfile, mode, nviews, ndepths=128, interval_scale=1.06)
datasets/blendedmvs.py:35
Method__init__(self, datapath, listfile, mode, nviews, img_size=None, ndepths=192, interval_scale=1.06, **kwargs)
datasets/dtu_yao.py:12
Method__init__(self, datapath, listfile, mode, nviews, ndepths=192, interval_scale=1.06, inverse_depth=False, **kwargs)
datasets/general_eval.py:10
Functioncheck_geometric_consistency_geomean(args, depth_ref, intrinsics_ref, extrinsics_ref, depth_src_up,depth_src,depth_src_dn, intrinsics_src, extrins
filter/dypcd_tanks.py:328
Methodforward :param stage_idx: stage :param features: [ref_fea, src_fea1, src_fea2, ...], fea shape: (b, c, h, w) :param proj_matrices: (b
networks/mvsnet.py:111
Methodforward :param x: (b, c, d, h, w) :return: (b, 1, d, h, w)
networks/module.py:445
Functionwinner_take_all :param prob_volume: (b, d, h, w) :param depth_values: (b, d, h, w) :return: (b, h, w)
networks/module.py:463