Methodextract_geometry(self, sdf_network, bound_min, bound_max, resolution, threshold, device, occupancy_mask=None,
reconstruction/models/sparse_neus_renderer.py:908
Methodforward Update: data (dict): { 'image0': (torch.Tensor): (N, 1, H, W) 'image1': (torch.Tensor): (N, 1, H
elevation_estimate/loftr/loftr.py:29
Methodforward Multi-Head linear attention proposed in "Transformers are RNNs" Args: queries: [N, L, H, D] keys: [N, S, H, D]
elevation_estimate/loftr/loftr_module/linear_attention.py:20
Methodforward Multi-head scaled dot-product attention, a.k.a full attention. Args: queries: [N, L, H, D] keys: [N, S, H, D]
elevation_estimate/loftr/loftr_module/linear_attention.py:56
Methodforward(self, feat_f0, feat_f1, feat_c0, feat_c1, data)
elevation_estimate/loftr/loftr_module/fine_preprocess.py:29
Methodforward Args: x (torch.Tensor): [N, L, C] source (torch.Tensor): [N, S, C] x_mask (torch.Tensor): [N, L] (optiona
elevation_estimate/loftr/loftr_module/transformer.py:35
Methodforward Args: feat0 (torch.Tensor): [N, L, C] feat1 (torch.Tensor): [N, S, C] mask0 (torch.Tensor): [N, L] (optio
elevation_estimate/loftr/loftr_module/transformer.py:80
Methodforward :param img_pred: [Npx, nviews, npatch, c] :param img_gt: [Npx, npatch, c] :return:
reconstruction/loss/ncc.py:15