↓ 2 callersFunctionrecover_scale(mesh_file, depth_file, raw_img, mask_file, intrinsic_file, topic, out_dir)
oneposeviagen/fpose/fpose/recover_scale.py:117
↓ 2 callersFunctionrender_image(mesh, camera_poses, width=640, height=480, fov=1, device='cpu')
oneposeviagen/locate/fit_object_scale.py:151
↓ 2 callersFunctionrender_multiview(sample, resolution=512, nviews=30, bg_color=(0, 0, 0))
oneposeviagen/Amodal3R/amodal3r/utils/render_utils.py:99
↓ 2 callersFunctionsparse_scaled_dot_product_attention Apply scaled dot product attention to a sparse tensor. Args: qkv (SparseTensor): A [N, *, 3, H, C] sparse tensor containing Qs, Ks,
oneposeviagen/trellis/trellis/modules/sparse/attention/full_attn.py:20
↓ 2 callersFunctionsparse_serialized_scaled_dot_product_self_attention Apply serialized scaled dot product self attention to a sparse tensor. Args: qkv (SparseTensor): [N, *, 3, H, C] sparse tensor conta
oneposeviagen/Amodal3R/amodal3r/modules/sparse/attention/serialized_attn.py:120
↓ 2 callersFunctionsparse_windowed_scaled_dot_product_self_attention Apply windowed scaled dot product self attention to a sparse tensor. Args: qkv (SparseTensor): [N, *, 3, H, C] sparse tensor contain
oneposeviagen/Amodal3R/amodal3r/modules/sparse/attention/windowed_attn.py:63
↓ 2 callersMethodweighted_scaled_dot_product_attention(self, q, k, v, mask_weight, eps=1e-6)
oneposeviagen/Amodal3R/amodal3r/modules/attention/modules.py:245
↓ 1 callersMethod__init__(self, in_channels, out_channels, kernel_size, stride=1, dilation=1, bias=True, indice_key=None)
oneposeviagen/trellis/trellis/modules/sparse/conv/conv_torchsparse.py:7
↓ 1 callersMethod__init__(self, in_channels, out_channels, kernel_size, stride=1, dilation=1, padding=None, bias=True, indice_key=None)
oneposeviagen/trellis/trellis/modules/sparse/conv/conv_spconv.py:8