Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-aspanformer
/ types & classes
Types & classes
30 in github.com/apple/ml-aspanformer
⨍
Functions
198
◇
Types & classes
30
↓ 4 callers
Class
layernorm2d
src/ASpanFormer/aspan_module/attention.py:7
↓ 2 callers
Class
ASpanFormer
src/ASpanFormer/aspanformer.py:13
↓ 2 callers
Class
FullAttention
src/ASpanFormer/aspan_module/attention.py:134
↓ 2 callers
Class
MultiSceneDataModule
For distributed training, each training process is assgined only a part of the training scenes to reduce memory overhead.
src/lightning/data.py:31
↓ 2 callers
Class
PL_ASpanFormer
src/lightning/lightning_aspanformer.py:27
↓ 2 callers
Class
messageLayer_gla
src/ASpanFormer/aspan_module/transformer.py:66
↓ 1 callers
Class
ASpanLoss
src/losses/aspan_loss.py:6
↓ 1 callers
Class
CoarseMatching
src/ASpanFormer/utils/coarse_matching.py:61
↓ 1 callers
Class
DarkAug
Extreme dark augmentation aiming at Aachen Day-Night
src/utils/augment.py:4
↓ 1 callers
Class
FineMatching
FineMatching with s2d paradigm
src/ASpanFormer/utils/fine_matching.py:9
↓ 1 callers
Class
FinePreprocess
src/ASpanFormer/aspan_module/fine_preprocess.py:7
↓ 1 callers
Class
HierachicalAttention
src/ASpanFormer/aspan_module/attention.py:21
↓ 1 callers
Class
InferenceProfiler
This profiler records duration of actions with cuda.synchronize() Use this in test time.
src/utils/profiler.py:7
↓ 1 callers
Class
LinearAttention
src/ASpanFormer/aspan_module/attention.py:165
↓ 1 callers
Class
LoFTREncoderLayer
src/ASpanFormer/aspan_module/loftr.py:6
↓ 1 callers
Class
LocalFeatureTransformer
A Local Feature Transformer (LoFTR) module.
src/ASpanFormer/aspan_module/loftr.py:65
↓ 1 callers
Class
LocalFeatureTransformer_Flow
A Local Feature Transformer (LoFTR) module.
src/ASpanFormer/aspan_module/transformer.py:188
↓ 1 callers
Class
MegaDepthDataset
src/datasets/megadepth.py:11
↓ 1 callers
Class
MobileAug
Random augmentations aiming at images of mobile/handhold devices.
src/utils/augment.py:22
↓ 1 callers
Class
PositionEncodingSine
This is a sinusoidal position encoding that generalized to 2-dimensional images
src/ASpanFormer/utils/position_encoding.py:6
↓ 1 callers
Class
RGBDFrame
tools/SensorData.py:12
↓ 1 callers
Class
RandomConcatSampler
Random sampler for ConcatDataset. At each epoch, `n_samples_per_subset` samples will be draw from each subset in the ConcatDataset. If `subset_re
src/datasets/sampler.py:5
↓ 1 callers
Class
ResNetFPN_16_4
ResNet+FPN, output resolution are 1/16 and 1/4. Each block has 2 layers.
src/ASpanFormer/backbone/resnet_fpn.py:121
↓ 1 callers
Class
ResNetFPN_8_2
ResNet+FPN, output resolution are 1/8 and 1/2. Each block has 2 layers.
src/ASpanFormer/backbone/resnet_fpn.py:43
↓ 1 callers
Class
ScanNetDataset
src/datasets/scannet.py:17
↓ 1 callers
Class
SensorData
tools/SensorData.py:46
↓ 1 callers
Class
flow_initializer
src/ASpanFormer/aspan_module/transformer.py:136
↓ 1 callers
Class
messageLayer_ini
src/ASpanFormer/aspan_module/transformer.py:8
Class
BasicBlock
src/ASpanFormer/backbone/resnet_fpn.py:15
Class
TqdmBatchCompletionCallback
src/utils/misc.py:87