Method__init__(self, data_root_dir, data_csv_file, data_features=[], num_points = 1024 ,num_query_points = 1024 ,data_per_se
src/shape_assembly/datasets/dataloader/dataloader_A.py:37
Method__init__(self, data_root_dir, data_csv_file, data_features=[], num_points = 1024 ,num_query_points = 1024 ,data_per_se
src/shape_assembly/datasets/dataloader/dataloader_B.py:37
Method__init__(self, in_channels, out_channels, dim=5, share_nonlinearity=False, negative_slope=0.2)
src/shape_assembly/models/encoder/vn_layers.py:81
Method__init__(self, in_channels, out_channels, dim=5, share_nonlinearity=False, use_batchnorm='norm',
nega
src/shape_assembly/models/encoder/vn_layers.py:113
Method__init__(self, in_channels, dim=4, normalize_frame=False, share_nonlinearity=False, negative_slope=0.2)
src/shape_assembly/models/encoder/vn_layers.py:189
Method__init__(self, in_channels, out_channels, dim=2, use_batchnorm=True, negative_slope=0.2)
src/shape_assembly/models/encoder/vn_layers.py:331
Method__init__(self, in_channels, out_channels, dim=4, use_batchnorm=True, negative_slope=0.2)
src/shape_assembly/models/encoder/vn_layers.py:395
Method__init__(self, encoder, decoder, src_embed, tgt_embed, generator)
src/shape_assembly/models/train/transformer.py:20
Method__init__(self, pointnet_out_dim=128, pose_dim=6, hidden_dims=(512, 256, 128))
src/shape_assembly/models/train/pose_estimator.py:25