Method__init__(self, root: str = 'data/NYUDepthv2', split: str = 'train', transform = None, modals = ['img', 'depth'], case
semseg/datasets/nyu.py:27
Method__init__(self, mean=(0., 0., 0.), std=(1., 1., 1.))
semseg/datasets/mcubes.py:161
Method__init__(self, root: str = 'data/MFNet', split: str = 'train', transform = None, modals = ['rgb', 'ther'], case = None
semseg/datasets/MFNet.py:22
Method__init__(self, root: str = 'data/FMB', split: str = 'train', transform = None, modals = ['img', 'thermal'], case = Non
semseg/datasets/fmb.py:39
Method__init__(self, root: str = 'data/UrBanLF/Syn', split: str = 'train', transform = None, modals = ['img', '5_1', '5_2',
semseg/datasets/urbanlf.py:24
Method__init__(self, root: str = 'data/PST900', split: str = 'train', transform = None, modals = ['img', 'thermal'], case =
semseg/datasets/pst.py:28
Method__init__(self, root: str = 'data/DELIVER', split: str = 'train', transform = None, modals = ['img'], case = None)
semseg/datasets/DELIVER.py:51
Method__init__(self, root: str = 'data/KITTI360', split: str = 'train', transform = None, modals = ['img', 'depth', 'event',
semseg/datasets/kitti360.py:28
Method__init__(self, backbone: str = 'stitchfusion-B0', num_classes: int = 20, modals: list = ['img', 'aolp', 'dolp', 'nir']
semseg/models/stitchfusion.py:8
Method__init__(self, dim, num_heads=8, qkv_bias=False, attn_drop=0., drop_path=0., mlp_hidden_dim=None, norm_layer=nn.LayerN
semseg/models/backbones/stitchfusion.py:244
Method__init__(self, dim, head, sr_ratio=1, dpr=0., num_modalities=2, fan=False)
semseg/models/backbones/stitchfusion.py:288
Method__init__(self, dim, head, sr_ratio=1, dpr=0., num_modalities=2, fan=False)
semseg/models/backbones/stitchfusion.py:355
Method__init__(self, dim, head, sr_ratio=1, dpr=0. , num_modalities=2, fan=False)
semseg/models/backbones/stitchfusion.py:411
Method__init__(self, dim, head, sr_ratio=1, dpr=0. , num_modalities=2, fan=False)
semseg/models/backbones/stitchfusion.py:438
Method__init__(self, model_name: str = 'B0', modals: list = ['rgb', 'depth', 'event', 'lidar'])
semseg/models/backbones/stitchfusion.py:485
Method__init__(self, c1, c2, k, s=1, p=0, d=1, g=1)
semseg/models/layers/common.py:6
Functionnchw_to_nlcFlatten [N, C, H, W] shape tensor to [N, L, C] shape tensor. Args: x (Tensor): The input tensor of shape [N, C, H, W] before conversion.
semseg/utils/utils.py:178
Functionnlc2nchw2nlcConvert [N, L, C] shape tensor `x` to [N, C, H, W] shape tensor. Use the reshaped tensor as the input of `module`, and convert the output of `
semseg/utils/utils.py:206