Method__init__(self, decoder_cfg: ConfigType, aspect_ratio: Union[Tuple, List],
viz_feat_size: int, semantic_fea
model/predictor_heads/reconstruction.py:27
Method__init__(self, l1_weight: float, deep_loss_weight: float, ssim_weight: float,
perceptual_weight: float, bo
model/predictor_heads/modules/loss.py:14
Method__init__(self, fin, fout, seg_nc, src_nc, spade_config_str='spadebatch3x3', spectral=True)
model/predictor_heads/modules/decoder.py:78
Method__init__(self, channels, normalization='batch', activation='relu',
padding='same', kernel
model/predictor_heads/modules/layers.py:88
Method__init__(self, d_model, dropout=0.1, max_len=5000, batch_first=False, return_enc_only=False)
model/predictor_heads/modules/layers.py:254
Method__init__(self, num_layers: int, arch: str, add_self_loops: bool, use_reverse_edges: bool,
norm: str, skip_
model/predictor_heads/modules/gnn.py:29
Method__init__(self, input_dim_obj, input_dim_pred, output_dim=None, output_dim_pred=None,
hidden_dim=512, pooli
model/predictor_heads/modules/gnn_models.py:32
Method__init__(self, input_dim_obj, input_dim_pred, output_dim=None, output_dim_pred=None,
num_layers=5, hidden_
model/predictor_heads/modules/gnn_models.py:200
Method__init__(self, in_channels, hidden_channels, out_channels, num_layers,
dropout, num_groups=2)
model/predictor_heads/modules/gnn_models.py:406
Method__init__(self, data_root: str, data_prefix: str, use_pred_boxes_recon: bool,
num_classes: int, additional_
evaluator/CocoMetricRGD.py:25