MCPcopy Create free account

hub / github.com/autonomousvision/unimatch / types & classes

Types & classes110 in github.com/autonomousvision/unimatch

↓ 13 callersClassInputPadder
Pads images such that dimensions are divisible by 8
utils/utils.py:6
↓ 10 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels. :param emb_channels: t
unimatch/ldm_unet/unet.py:178
↓ 6 callersClassMpiSintel
dataloader/flow/datasets.py:141
↓ 5 callersClassFlyingThings3D
dataloader/flow/datasets.py:192
↓ 5 callersClassKITTI
dataloader/flow/datasets.py:278
↓ 5 callersClassMiddleburyEval3
dataloader/stereo/datasets.py:347
↓ 4 callersClassCREStereoDataset
dataloader/stereo/datasets.py:513
↓ 4 callersClassETH3DStereo
dataloader/stereo/datasets.py:306
↓ 4 callersClassInStereo2K
dataloader/stereo/datasets.py:586
↓ 4 callersClassMiddlebury20052006
dataloader/stereo/datasets.py:388
↓ 4 callersClassUNetCrossAttentionBlock
unimatch/ldm_unet/cross_attention.py:64
↓ 3 callersClassAttentionBlock
An attention block that allows spatial positions to attend to each other. Originally ported from here, but adapted to the N-d case. https
unimatch/ldm_unet/unet.py:312
↓ 3 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
unimatch/ldm_unet/unet.py:142
↓ 3 callersClassDriving
dataloader/stereo/datasets.py:137
↓ 3 callersClassFlyingThings3D
dataloader/stereo/datasets.py:93
↓ 3 callersClassKITTI15
dataloader/stereo/datasets.py:158
↓ 3 callersClassMiddlebury2014
dataloader/stereo/datasets.py:432
↓ 3 callersClassMonkaa
dataloader/stereo/datasets.py:116
↓ 3 callersClassSpatialTransformer
Transformer block for image-like data. First, project the input (aka embedding) and reshape to b, t, d. Then apply standard transform
unimatch/ldm_unet/attention.py:218
↓ 3 callersClassUniMatch
unimatch/unimatch.py:16
↓ 3 callersClassUpsample
An upsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determinin
unimatch/ldm_unet/unet.py:95
↓ 2 callersClassCARLA
dataloader/stereo/datasets.py:561
↓ 2 callersClassCNNEncoder
unimatch/backbone.py:39
↓ 2 callersClassCrossAttention
unimatch/ldm_unet/attention.py:150
↓ 2 callersClassDemonDataset
dataloader/depth/datasets.py:120
↓ 2 callersClassFallingThings
dataloader/stereo/datasets.py:611
↓ 2 callersClassFeatureTransformer
unimatch/transformer.py:203
↓ 2 callersClassFlyingChairs
dataloader/flow/datasets.py:173
↓ 2 callersClassLogger
utils/logger.py:7
↓ 2 callersClassMiddlebury2021
dataloader/stereo/datasets.py:461
↓ 2 callersClassQKVAttention
A module which performs QKV attention and splits in a different order.
unimatch/ldm_unet/unet.py:576
↓ 2 callersClassResidualBlock
unimatch/backbone.py:6
↓ 2 callersClassResidualConvUnit
Residual convolution module.
unimatch/dpt_head.py:62
↓ 2 callersClassScannetDataset
dataloader/depth/datasets.py:11
↓ 2 callersClassTartanAir
dataloader/stereo/datasets.py:537
↓ 2 callersClassToNumpyArray
dataloader/stereo/transforms.py:142
↓ 2 callersClassToPILImage
dataloader/stereo/transforms.py:133
↓ 2 callersClassTransformerLayer
unimatch/transformer.py:9
↓ 2 callersClassUNetModel
The full UNet model with attention and timestep embedding. :param in_channels: channels in the input Tensor. :param model_channels: base
unimatch/ldm_unet/unet.py:610
↓ 2 callersClassViTFeaturePyramid
This module implements SimpleFeaturePyramid in :paper:`vitdet`. It creates pyramid features built on top of the input feature map.
unimatch/vit_fpn.py:7
↓ 1 callersClassBasicMotionEncoder
unimatch/reg_refine.py:55
↓ 1 callersClassBasicTransformerBlock
unimatch/ldm_unet/attention.py:194
↓ 1 callersClassBasicUpdateBlock
unimatch/reg_refine.py:78
↓ 1 callersClassCrossAttention
unimatch/ldm_unet/cross_attention.py:23
↓ 1 callersClassDPTHead
unimatch/dpt_head.py:220
↓ 1 callersClassFeatureFusionBlock
Feature fusion block.
unimatch/dpt_head.py:131
↓ 1 callersClassFeedForward
unimatch/ldm_unet/attention.py:45
↓ 1 callersClassFlowAugmentor
dataloader/flow/transforms.py:7
↓ 1 callersClassFlowHead
unimatch/reg_refine.py:6
↓ 1 callersClassGEGLU
unimatch/ldm_unet/attention.py:35
↓ 1 callersClassGroupNorm
unimatch/ldm_unet/util.py:228
↓ 1 callersClassGroupNorm4
unimatch/ldm_unet/util.py:241
↓ 1 callersClassGroupNorm8
unimatch/ldm_unet/util.py:237
↓ 1 callersClassHD1K
dataloader/flow/datasets.py:320
↓ 1 callersClassKITTI12
dataloader/flow/datasets.py:300
↓ 1 callersClassKITTI12
dataloader/stereo/datasets.py:193
↓ 1 callersClassMultiScaleTridentConv
unimatch/trident_conv.py:10
↓ 1 callersClassPositionEmbeddingSine
This is a more standard version of the position embedding, very similar to the one used by the Attention is all you need paper, generalized
unimatch/position.py:9
↓ 1 callersClassQKVAttentionLegacy
A module which performs QKV attention. Matches legacy QKVAttention + input/ouput heads shaping
unimatch/ldm_unet/unet.py:531
↓ 1 callersClassRandomBrightness
dataloader/stereo/transforms.py:197
↓ 1 callersClassRandomBrightness
dataloader/depth/augmentation.py:233
↓ 1 callersClassRandomContrast
Random contrast
dataloader/stereo/transforms.py:152
↓ 1 callersClassRandomContrast
Random contrast
dataloader/depth/augmentation.py:195
↓ 1 callersClassRandomGamma
dataloader/stereo/transforms.py:175
↓ 1 callersClassRandomGamma
dataloader/depth/augmentation.py:215
↓ 1 callersClassRandomHue
dataloader/stereo/transforms.py:219
↓ 1 callersClassRandomHue
dataloader/depth/augmentation.py:251
↓ 1 callersClassRandomSaturation
dataloader/stereo/transforms.py:241
↓ 1 callersClassRandomSaturation
dataloader/depth/augmentation.py:269
↓ 1 callersClassSelfAttnPropagation
flow propagation with self-attention on feature query: feature0, key: feature0, value: flow
unimatch/attention.py:166
↓ 1 callersClassSepConvGRU
unimatch/reg_refine.py:22
↓ 1 callersClassSintelStereo
dataloader/stereo/datasets.py:272
↓ 1 callersClassSparseFlowAugmentor
dataloader/flow/transforms.py:152
↓ 1 callersClassToNumpyArray
dataloader/depth/augmentation.py:185
↓ 1 callersClassToPILImage
dataloader/depth/augmentation.py:176
↓ 1 callersClassTransformerBlock
self attention + cross attention + FFN
unimatch/transformer.py:147
↓ 1 callersClassUniMatchDepthSplat
unimatch/unimatch_depthsplat.py:18
↓ 1 callersClassVKITTI2
dataloader/flow/datasets.py:242
↓ 1 callersClassVKITTI2
dataloader/stereo/datasets.py:225
ClassAttentionPool2d
Adapted from CLIP: https://github.com/openai/CLIP/blob/main/clip/model.py
unimatch/ldm_unet/unet.py:36
ClassCheckpointFunction
unimatch/ldm_unet/util.py:119
ClassCompose
dataloader/stereo/transforms.py:10
ClassCompose
dataloader/depth/augmentation.py:9
ClassCrossAttentionBlock
Corss attention conditioning An attention block that allows spatial positions to attend to each other. Originally ported from here, but a
unimatch/ldm_unet/unet.py:386
ClassDrivingStereo
dataloader/stereo/datasets.py:247
ClassFlowDataset
dataloader/flow/datasets.py:19
ClassGroupNorm32
unimatch/ldm_unet/util.py:232
ClassLinearAttention
unimatch/ldm_unet/attention.py:78
ClassNormalize
Normalize image, with type tensor
dataloader/stereo/transforms.py:47
ClassNormalize
Normalize image, with type tensor
dataloader/depth/augmentation.py:36
ClassRandomColor
dataloader/stereo/transforms.py:263
ClassRandomColor
dataloader/depth/augmentation.py:95
ClassRandomCrop
dataloader/stereo/transforms.py:66
ClassRandomCrop
dataloader/depth/augmentation.py:66
ClassRandomGrayscale
dataloader/stereo/transforms.py:360
ClassRandomOcclusion
dataloader/stereo/transforms.py:409
ClassRandomResize
dataloader/depth/augmentation.py:124
ClassRandomRotateShiftRight
dataloader/stereo/transforms.py:378
ClassRandomScale
dataloader/stereo/transforms.py:296
ClassRandomVerticalFlip
Randomly vertically filps
dataloader/stereo/transforms.py:120
next →1–100 of 110, ranked by callers