Method__call__(self, facet_geometrics, facet_textures, bary_coeff, num_texture,
face, full_nf_count, full_v
picasso/networks/pi2_blocks.py:124
Method__call__(self, vertex_in, face_in, nv_in, mf_in, facet_textures, bary_coeff, num_texture)
picasso/networks/scene_seg.py:126
Method__call__(self, vertex, face, label, texture, bcoeff, kt)
train/train_s3dis_render.py:44
Method__call__(self, vertex, face, label, texture, bcoeff, kt)
train/train_scannet_render.py:43
Method__init__(self, in_channels, out_channels, spharm_L, use_xavier=True, stddev=1e-3,
activation_fn=nn.Re
picasso/mesh/layers.py:28
Method__init__(self, in_channels, out_channels, spharm_L, depth_multiplier=1,
use_xavier=True, stddev=1e-3,
picasso/mesh/layers.py:78
Method__init__(self, in_channels, out_channels, spharm_L, depth_multiplier=1,
use_xavier=True, stddev=1e-3,
picasso/mesh/layers.py:135
Method__init__(self, in_channels, dual_out_channels, spharm_L,
dual_depth_multiplier:List[int], use_xavier=
picasso/mesh/layers.py:180
Method__init__(self, in_channels, out_channels, use_xavier=True, stddev=1e-3,
activation_fn=nn.ReLU(), with
picasso/mesh/layers.py:209
Method__init__(self, in_channels, out_channels, growth_rate, spharm_L,
max_iter=2, with_bn=True, bn_momentu
picasso/networks/pi2_blocks.py:66
Method__init__(self, in_channels, out_channels, spharm_L, with_bn=True, bn_momentum=0.1)
picasso/networks/pi2_blocks.py:99
Method__init__(self, in_channels, out_channels, spharm_L, with_bn=True, bn_momentum=0.1)
picasso/networks/pi2_blocks.py:114
Method__init__(self, num_class, stride=None, spharm_L=3, use_height=False, pred_facet=False)
picasso/networks/scene_seg.py:13
Method__init__(self, num_class, stride=None, spharm_L=3, use_height=False, pred_facet=False)
picasso/networks/shape_seg.py:12
Method__init__(self, in_channels, out_channels, num_basis, depth_multiplier=1,
use_xavier=True, stddev=1e-3
picasso/point/layers.py:31
Method__init__(self, in_channels, out_channels, use_xavier=True, stddev=1e-3,
activation_fn=torch.nn.ReLU()
picasso/point/layers.py:89
Functionbuild_cube_graph(xyz_data, xyz_query, nv_data, nv_query,
radius, nn_uplimit=None, grid_size=None)
picasso/point/utils.py:61
Functionbuild_range_graph(xyz_data, xyz_query, nv_data, nv_query,
radius, nn_uplimit=None, kernel_shape=None, fuz
picasso/point/utils.py:44
Functionbuild_sphere_harmonics(xyz_data, xyz_query, nv_data, nv_query,
radius, L=2, nn_uplimit=None)
picasso/point/utils.py:71