MCPcopy Create free account

hub / github.com/magicleap/Atlas / types & classes

Types & classes29 in github.com/magicleap/Atlas

↓ 3 callersClassBasicBlock3d
3x3x3 Resnet Basic Block
atlas/backbone3d.py:56
↓ 3 callersClassSceneDataset
Pytorch Dataset for a single scene. getitem loads individual frames
atlas/data.py:92
↓ 3 callersClassTSDF
class to hold a truncated signed distance function (TSDF) Holds the TSDF volume along with meta data like voxel size and origin required to
atlas/tsdf.py:71
↓ 2 callersClassConditionalProjection
Applies a projected skip connection from the encoder to the decoder When condition is False this is a standard projected skip connection (co
atlas/backbone3d.py:98
↓ 2 callersClassScenesDataset
Pytorch Dataset for a multiple scenes getitem loads a sequence of frames from a scene along with the corresponding TSDF for the scene
atlas/data.py:168
↓ 2 callersClassTSDFFusion
Accumulates depth maps into a TSDF using TSDF fusion
atlas/tsdf.py:320
↓ 1 callersClassAtlasLogger
Does tensorboard logging + has a MeshWriter for saving example meshes throughout training
atlas/logger.py:40
↓ 1 callersClassCfgNode
Remove once https://github.com/rbgirshick/yacs/issues/19 is merged
atlas/config.py:36
↓ 1 callersClassColorHead
Predicts voxel color
atlas/heads3d.py:211
↓ 1 callersClassCudaClearCacheCallback
train.py:29
↓ 1 callersClassEncoderDecoder
3D network to refine feature volumes
atlas/backbone3d.py:134
↓ 1 callersClassFPNFeature
Converts feature pyrimid to singe feature map (from Detectron2)
atlas/backbone2d.py:33
↓ 1 callersClassMeshWriter
Saves mesh to logdir during training
atlas/logger.py:23
↓ 1 callersClassPixelHeads
Module that contains all the 2D output heads Features extracted by the 2D network are passed to this to produce intermeditate per-frame
atlas/heads2d.py:22
↓ 1 callersClassRenderer
OpenGL mesh renderer Used to render depthmaps from a mesh for 2d evaluation
evaluate.py:34
↓ 1 callersClassSemSegHead
Predicts voxel semantic segmentation
atlas/heads3d.py:160
↓ 1 callersClassSemSegHead
2D image semantic segmentation
atlas/heads2d.py:50
↓ 1 callersClassTSDFHead
Main head that regresses the TSDF
atlas/heads3d.py:58
↓ 1 callersClassVoxelHeads
Module that contains all the 3D output heads Features extracted by the 3D network are passed to this to produce the final outputs. Each
atlas/heads3d.py:24
↓ 1 callersClassVoxelNet
Network architecture implementing ATLAS (https://arxiv.org/pdf/2003.10432.pdf)
atlas/model.py:86
ClassCompose
Apply a list of transforms sequentially
atlas/transforms.py:26
ClassFlattenTSDF
Take data out of TSDF data structure so we can collate into a batch
atlas/transforms.py:277
ClassInstanceToSemseg
Convert instance images to semseg images. Also map to benchmark classes
atlas/transforms.py:111
ClassIntrinsicsPoseToProjection
Convert intrinsics and extrinsics matrices to a single projection matrix
atlas/transforms.py:54
ClassRandomTransformSpace
Apply a random 3x4 linear transform to the world coordinate system.
atlas/transforms.py:194
ClassResizeImage
Resize everything to given size. Intrinsics are assumed to refer to image prior to resize. After resize everything (ex: depth) should have t
atlas/transforms.py:78
ClassToTensor
Convert to torch tensors
atlas/transforms.py:37
ClassTransformSpace
See transform_space
atlas/transforms.py:179
ClassVizSemseg
Create a RGB colormap for a semseg image
atlas/transforms.py:292