Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShuweiShao/IEBins
/ types & classes
Types & classes
72 in github.com/ShuweiShao/IEBins
⨍
Functions
322
◇
Types & classes
72
↓ 6 callers
Class
NewCRFDepth
Depth network based on neural window FC-CRFs architecture.
iebins/networks/NewCRFDepth.py:12
↓ 4 callers
Class
ConvMlp
iebins_kittiofficial/networks/swin_transformer_v2.py:92
↓ 4 callers
Class
LayerNorm2D
iebins_kittiofficial/networks/swin_transformer_v2.py:26
↓ 4 callers
Class
NewCRFDepth
Depth network based on neural window FC-CRFs architecture.
iebins_kittiofficial/networks/NewCRFDepth.py:12
↓ 4 callers
Class
NewDataLoader
iebins_kittiofficial/dataloaders/dataloader.py:29
↓ 4 callers
Class
NewDataLoader
iebins/dataloaders/dataloader.py:29
↓ 3 callers
Class
BasicUpdateBlockDepth
iebins/networks/NewCRFDepth.py:189
↓ 3 callers
Class
DataLoadPreprocess
iebins_kittiofficial/dataloaders/dataloader.py:65
↓ 3 callers
Class
DataLoadPreprocess
iebins/dataloaders/dataloader_sun.py:66
↓ 3 callers
Class
DataLoadPreprocess
iebins/dataloaders/dataloader.py:65
↓ 3 callers
Class
Mlp
iebins_kittiofficial/networks/swin_transformer_v2.py:59
↓ 3 callers
Class
NewCRF
iebins_kittiofficial/networks/newcrf_layers.py:366
↓ 3 callers
Class
NewCRF
iebins/networks/newcrf_layers.py:366
↓ 2 callers
Class
DistributedSamplerNoEvenlyDivisible
Sampler that restricts data loading to a subset of the dataset. It is especially useful in conjunction with :class:`torch.nn.parallel.Distrib
iebins/utils.py:262
↓ 2 callers
Class
ResNetDLNPatchEmbed
iebins_kittiofficial/networks/swin_transformer_v2.py:960
↓ 2 callers
Class
WindowAttention
r""" Window based multi-head self attention (W-MSA) module with relative position bias. It supports both of shifted and non-shifted window. Ar
iebins_kittiofficial/networks/swin_transformer_v2.py:150
↓ 1 callers
Class
BasicCRFLayer
A basic NeWCRFs layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage. num_
iebins_kittiofficial/networks/newcrf_layers.py:260
↓ 1 callers
Class
BasicCRFLayer
A basic NeWCRFs layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage. num_
iebins/networks/newcrf_layers.py:260
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
iebins_kittiofficial/networks/swin_transformer_v2.py:750
↓ 1 callers
Class
BasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
iebins/networks/swin_transformer.py:292
↓ 1 callers
Class
BasicUpdateBlockDepth
iebins_kittiofficial/networks/NewCRFDepth.py:169
↓ 1 callers
Class
CRFBlock
CRF Block. Args: dim (int): Number of input channels. num_heads (int): Number of attention heads. window_size (int): Win
iebins_kittiofficial/networks/newcrf_layers.py:152
↓ 1 callers
Class
CRFBlock
CRF Block. Args: dim (int): Number of input channels. num_heads (int): Number of attention heads. window_size (int): Win
iebins/networks/newcrf_layers.py:152
↓ 1 callers
Class
D_to_cloud
Layer to transform depth into point cloud
iebins/utils.py:330
↓ 1 callers
Class
DispHead
iebins_kittiofficial/networks/NewCRFDepth.py:154
↓ 1 callers
Class
DispHead
iebins/networks/NewCRFDepth.py:174
↓ 1 callers
Class
DistributedSamplerNoEvenlyDivisible
Sampler that restricts data loading to a subset of the dataset. It is especially useful in conjunction with :class:`torch.nn.parallel.Distrib
iebins_kittiofficial/utils.py:312
↓ 1 callers
Class
LinearFP32
iebins_kittiofficial/networks/swin_transformer_v2.py:50
↓ 1 callers
Class
Mlp
Multilayer perceptron.
iebins_kittiofficial/networks/newcrf_layers.py:9
↓ 1 callers
Class
Mlp
Multilayer perceptron.
iebins/networks/swin_transformer.py:11
↓ 1 callers
Class
Mlp
Multilayer perceptron.
iebins/networks/newcrf_layers.py:9
↓ 1 callers
Class
NewDataLoader
iebins/dataloaders/dataloader_sun.py:30
↓ 1 callers
Class
PHead
iebins_kittiofficial/networks/NewCRFDepth.py:223
↓ 1 callers
Class
PHead
iebins/networks/NewCRFDepth.py:242
↓ 1 callers
Class
PPM
Pooling Pyramid Module used in PSPNet. Args: pool_scales (tuple[int]): Pooling scales used in Pooling Pyramid Module.
iebins_kittiofficial/networks/uper_crf_head.py:9
↓ 1 callers
Class
PPM
Pooling Pyramid Module used in PSPNet. Args: pool_scales (tuple[int]): Pooling scales used in Pooling Pyramid Module.
iebins/networks/uper_crf_head.py:9
↓ 1 callers
Class
PSP
Unified Perceptual Parsing for Scene Understanding. This head is the implementation of `UPerNet <https://arxiv.org/abs/1807.10221>`_. Ar
iebins_kittiofficial/networks/uper_crf_head.py:318
↓ 1 callers
Class
PSP
Unified Perceptual Parsing for Scene Understanding. This head is the implementation of `UPerNet <https://arxiv.org/abs/1807.10221>`_. Ar
iebins/networks/uper_crf_head.py:318
↓ 1 callers
Class
PatchEmbed
Image to Patch Embedding Args: patch_size (int): Patch token size. Default: 4. in_chans (int): Number of input image channels. De
iebins_kittiofficial/networks/swin_transformer_v2.py:918
↓ 1 callers
Class
PatchEmbed
Image to Patch Embedding Args: patch_size (int): Patch token size. Default: 4. in_chans (int): Number of input image channels. D
iebins/networks/swin_transformer.py:396
↓ 1 callers
Class
Projection
iebins_kittiofficial/networks/NewCRFDepth.py:279
↓ 1 callers
Class
Projection
iebins/networks/NewCRFDepth.py:298
↓ 1 callers
Class
ProjectionInputDepth
iebins_kittiofficial/networks/NewCRFDepth.py:262
↓ 1 callers
Class
ProjectionInputDepth
iebins/networks/NewCRFDepth.py:281
↓ 1 callers
Class
SepConvGRU
iebins_kittiofficial/networks/NewCRFDepth.py:233
↓ 1 callers
Class
SepConvGRU
iebins/networks/NewCRFDepth.py:252
↓ 1 callers
Class
Sum_depth
iebins/sum_depth.py:5
↓ 1 callers
Class
SwinTransformer
Swin Transformer backbone. A PyTorch impl of : `Swin Transformer: Hierarchical Vision Transformer using Shifted Windows` - https:/
iebins/networks/swin_transformer.py:439
↓ 1 callers
Class
SwinTransformerBlock
Swin Transformer Block. Args: dim (int): Number of input channels. num_heads (int): Number of attention heads. window_si
iebins/networks/swin_transformer.py:147
↓ 1 callers
Class
SwinTransformerBlockPost
Swin Transformer Block. Args: dim (int): Number of input channels. num_heads (int): Number of attention heads. window_siz
iebins_kittiofficial/networks/swin_transformer_v2.py:355
↓ 1 callers
Class
SwinTransformerBlockPre
Swin Transformer Block. Args: dim (int): Number of input channels. num_heads (int): Number of attention heads. window_siz
iebins_kittiofficial/networks/swin_transformer_v2.py:491
↓ 1 callers
Class
SwinTransformerV2
Swin Transformer backbone. A PyTorch impl of : `Swin Transformer: Hierarchical Vision Transformer using Shifted Windows` - https:/
iebins_kittiofficial/networks/swin_transformer_v2.py:995
↓ 1 callers
Class
ToTensor
iebins_kittiofficial/dataloaders/dataloader.py:273
↓ 1 callers
Class
ToTensor
iebins/dataloaders/dataloader_sun.py:276
↓ 1 callers
Class
ToTensor
iebins/dataloaders/dataloader.py:273
↓ 1 callers
Class
WindowAttention
Window based multi-head self attention (W-MSA) module with relative position bias. It supports both of shifted and non-shifted window. Args:
iebins_kittiofficial/networks/newcrf_layers.py:62
↓ 1 callers
Class
WindowAttention
Window based multi-head self attention (W-MSA) module with relative position bias. It supports both of shifted and non-shifted window. Args:
iebins/networks/swin_transformer.py:64
↓ 1 callers
Class
WindowAttention
Window based multi-head self attention (W-MSA) module with relative position bias. It supports both of shifted and non-shifted window. Args:
iebins/networks/newcrf_layers.py:62
↓ 1 callers
Class
silog_loss
iebins_kittiofficial/utils.py:129
↓ 1 callers
Class
silog_loss
iebins/utils.py:103
Class
BaseDecodeHead
Base class for BaseDecodeHead. Args: in_channels (int|Sequence[int]): Input channels. channels (int): Channels after modules, bef
iebins_kittiofficial/networks/uper_crf_head.py:61
Class
BaseDecodeHead
Base class for BaseDecodeHead. Args: in_channels (int|Sequence[int]): Input channels. channels (int): Channels after modules, bef
iebins/networks/uper_crf_head.py:61
Class
ConvPatchMerging
r""" Patch Merging Layer. Args: input_resolution (tuple[int]): Resolution of input feature. dim (int): Number of input channels.
iebins_kittiofficial/networks/swin_transformer_v2.py:711
Class
D_to_cloud
Layer to transform depth into point cloud
iebins_kittiofficial/utils.py:149
Class
LayerNormFP32
iebins_kittiofficial/networks/swin_transformer_v2.py:41
Class
PatchMerging
Patch Merging Layer Args: dim (int): Number of input channels. norm_layer (nn.Module, optional): Normalization layer. Default: n
iebins_kittiofficial/networks/swin_transformer_v2.py:633
Class
PatchMerging
Patch Merging Layer Args: dim (int): Number of input channels. norm_layer (nn.Module, optional): Normalization layer. Default:
iebins/networks/swin_transformer.py:249
Class
PatchReduction1C
r""" Patch Reduction Layer. Args: input_resolution (tuple[int]): Resolution of input feature. dim (int): Number of input channels.
iebins_kittiofficial/networks/swin_transformer_v2.py:681
Class
UPerHead
iebins_kittiofficial/networks/uper_crf_head.py:255
Class
UPerHead
iebins/networks/uper_crf_head.py:255
Class
Upsample
iebins_kittiofficial/networks/resize.py:30
Class
Upsample
iebins/networks/resize.py:30