Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexklwong/mondi-python
/ types & classes
Types & classes
153 in github.com/alexklwong/mondi-python
⨍
Functions
823
◇
Types & classes
153
↓ 40 callers
Class
BasicBlockGeo
external_src/PENet_ICRA2021/basic.py:279
↓ 36 callers
Class
CSPNAccelerate
external_src/PENet_ICRA2021/basic.py:247
↓ 36 callers
Class
CSPNGenerateAccelerate
external_src/PENet_ICRA2021/basic.py:220
↓ 18 callers
Class
CSPNGenerate
external_src/PENet_ICRA2021/basic.py:155
↓ 14 callers
Class
Conv2d
2D convolution class Arg(s): in_channels : int number of input channels out_channels : int number of
external_src/kbnet/src/net_utils.py:51
↓ 12 callers
Class
CSPN
external_src/PENet_ICRA2021/basic.py:190
↓ 11 callers
Class
Conv2d
2D convolution class Arg(s): in_channels : int number of input channels out_channels : int number of
external_src/scaffnet-pytorch/src/net_utils.py:36
↓ 10 callers
Class
Conv2d
2D convolution class Arg(s): in_channels : int number of input channels out_channels : int number of
src/net_utils.py:49
↓ 8 callers
Class
SparseDownSampleClose
external_src/PENet_ICRA2021/basic.py:141
↓ 6 callers
Class
ENet
external_src/PENet_ICRA2021/model_modified.py:3
↓ 6 callers
Class
ENet
external_src/PENet_ICRA2021/model.py:3
↓ 6 callers
Class
ScaffNetModel
ScaffNet to infer topology from sparse points Arg(s): encoder_type : list[str] encoder types: vggnet08, vggnet11, vggnet
external_src/scaffnet-pytorch/src/scaffnet_model.py:5
↓ 6 callers
Class
Transforms
external_src/scaffnet-pytorch/src/transforms.py:5
↓ 4 callers
Class
AverageMeter
Computes and stores the average and current value
external_src/MSG_CHN/utils/AverageMeter.py:15
↓ 4 callers
Class
ExternalModel
Wrapper class for all external depth completion models Arg(s): model_name : str depth completion model to use mi
src/external_model.py:24
↓ 4 callers
Class
FusionNetModel
Network to fuse image and depth information together and learns residual for initial depth Arg(s): encoder_type : list[str]
external_src/scaffnet-pytorch/src/fusionnet_model.py:5
↓ 4 callers
Class
Lambda
Apply a user-defined lambda as a transform. Args: lambd (function): Lambda/function to be used for transform.
external_src/PENet_ICRA2021/dataloaders/transforms.py:595
↓ 4 callers
Class
OutlierRemoval
Class to perform outlier removal based on depth difference in local neighborhood Arg(s): kernel_size : int local neighbo
src/net_utils.py:747
↓ 4 callers
Class
OutlierRemoval
Class to perform outlier removal based on depth difference in local neighborhood Arg(s): kernel_size : int local neighbo
external_src/scaffnet-pytorch/src/net_utils.py:1118
↓ 4 callers
Class
Result
external_src/PENet_ICRA2021/metrics.py:13
↓ 3 callers
Class
AtrousConv2d
2D atrous convolution class Arg(s): in_channels : int number of input channels out_channels : int nu
external_src/kbnet/src/net_utils.py:256
↓ 3 callers
Class
DepthDecoder
external_src/MSG_CHN/workspace/exp_msg_chn/network_exp_msg_chn.py:116
↓ 3 callers
Class
DepthEncoder
external_src/MSG_CHN/workspace/exp_msg_chn/network_exp_msg_chn.py:13
↓ 3 callers
Class
KittiDepth
A data loader for the Kitti dataset
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:335
↓ 3 callers
Class
Transforms
src/transforms.py:27
↓ 3 callers
Class
Transforms
external_src/kbnet/src/transforms.py:21
↓ 2 callers
Class
AverageMeter
external_src/PENet_ICRA2021/metrics.py:105
↓ 2 callers
Class
GeometryFeature
external_src/PENet_ICRA2021/basic.py:270
↓ 2 callers
Class
KBNetModel
Calibrated Backprojection Network class Arg(s): input_channels_image : int number of channels in the image input
external_src/kbnet/src/kbnet_model.py:24
↓ 2 callers
Class
MonitoredDistillationModel
Monitored distillation student model class Arg(s): encoder_type : list[str] encoder type (ex: ['kbnet', 'batch_norm'])
src/mondi_model.py:28
↓ 2 callers
Class
OutlierRemoval
Class to perform outlier removal based on depth difference in local neighborhood Arg(s): kernel_size : int local neighbo
external_src/kbnet/src/net_utils.py:1745
↓ 2 callers
Class
PENet_C4
external_src/PENet_ICRA2021/model.py:526
↓ 2 callers
Class
PoseNetModel
Pose network for computing relative pose between a pair of images Arg(s): encoder_type : str posenet, resnet18, resnet34
external_src/scaffnet-pytorch/src/posenet_model.py:5
↓ 2 callers
Class
ResNetEncoder
ResNet encoder with skip connections Arg(s): n_layer : int architecture type based on layers: 18, 34, 50 input_c
src/networks.py:28
↓ 2 callers
Class
VGGNetBlock
VGGNet block class Arg(s): in_channels : int number of input channels out_channels : int number of o
src/net_utils.py:469
↓ 2 callers
Class
VGGNetBlock
VGGNet block class Arg(s): in_channels : int number of input channels out_channels : int number of o
external_src/kbnet/src/net_utils.py:878
↓ 1 callers
Class
Compose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
external_src/PENet_ICRA2021/dataloaders/transforms.py:177
↓ 1 callers
Class
ENetModel
Class for interfacing with ENet model Arg(s): device : torch.device device to run model on max_depth : float
src/enet_model.py:29
↓ 1 callers
Class
FusionNetModel
Class for interfacing with FusionNet model Arg(s): dataset_name : str model for a given dataset min_predict_dept
src/fusionnet_models.py:31
↓ 1 callers
Class
KBNetModel
Class for interfacing with KBNet model Arg(s): dataset_name : str model for a given dataset min_predict_depth :
src/kbnet_models.py:30
↓ 1 callers
Class
LRFactor
external_src/NLSPN/src/utility.py:22
↓ 1 callers
Class
MsgChnModel
Class for interfacing with MSGCHN model Arg(s): device : torch.device device to run model on max_depth : float
src/msg_chn_model.py:30
↓ 1 callers
Class
NLSPN
external_src/NLSPN/src/model/nlspnmodel.py:22
↓ 1 callers
Class
NLSPNModel
Class for interfacing with NLSPN model Arg(s): device : torch.device device to run model on max_depth : float
src/nlspn_model.py:32
↓ 1 callers
Class
PENetModel
Class for interfacing with PENet model Arg(s): device : torch.device device to run model on max_depth : float
src/penet_model.py:29
↓ 1 callers
Class
PENet_C1
external_src/PENet_ICRA2021/model.py:236
↓ 1 callers
Class
PENet_C1_train
external_src/PENet_ICRA2021/model.py:742
↓ 1 callers
Class
PENet_C2
external_src/PENet_ICRA2021/model_modified.py:386
↓ 1 callers
Class
PENet_C2
external_src/PENet_ICRA2021/model.py:382
↓ 1 callers
Class
PENet_C2_train
external_src/PENet_ICRA2021/model.py:852
↓ 1 callers
Class
PoseNetModel
Pose network for computing relative pose between a pair of images Arg(s): encoder_type : str posenet, resnet18, resnet34
src/posenet_model.py:19
↓ 1 callers
Class
PoseNetModel
Pose network for computing relative pose between a pair of images Arg(s): encoder_type : str posenet, resnet18, resnet34
external_src/kbnet/src/posenet_model.py:21
↓ 1 callers
Class
RGBEncoder
external_src/MSG_CHN/workspace/exp_msg_chn/network_exp_msg_chn.py:63
↓ 1 callers
Class
ScaffNetModel
Class for interfacing with ScaffNet model Arg(s): dataset_name : str model for a given dataset min_predict_depth
src/scaffnet_models.py:29
↓ 1 callers
Class
TransposeConv2d
Transpose convolution class Arg(s): in_channels : int number of input channels out_channels : int nu
src/net_utils.py:201
↓ 1 callers
Class
TransposeConv2d
Transpose convolution class Arg(s): in_channels : int number of input channels out_channels : int nu
external_src/kbnet/src/net_utils.py:350
↓ 1 callers
Class
TransposeConv2d
Transpose convolution class Arg(s): in_channels : int number of input channels out_channels : int nu
external_src/scaffnet-pytorch/src/net_utils.py:129
↓ 1 callers
Class
UpConv2d
Up-convolution (upsample + convolution) block class Arg(s): in_channels : int number of input channels out_chann
src/net_utils.py:263
↓ 1 callers
Class
UpConv2d
Up-convolution (upsample + convolution) block class Arg(s): in_channels : int number of input channels out_chann
external_src/kbnet/src/net_utils.py:441
↓ 1 callers
Class
UpConv2d
Up-convolution (upsample + convolution) block class Arg(s): in_channels : int number of input channels out_chann
external_src/scaffnet-pytorch/src/net_utils.py:220
↓ 1 callers
Class
network
external_src/MSG_CHN/workspace/exp_msg_chn/network_exp_msg_chn.py:163
Class
AddCoordsNp
Add coords to a tensor
external_src/PENet_ICRA2021/CoordConv.py:5
Class
AtrousResNetBlock
Basic atrous ResNet block class Arg(s): in_channels : int number of input channels out_channels : int
external_src/kbnet/src/net_utils.py:779
Class
AtrousResNetEncoder
ResNet encoder with skip connections Arg(s): n_layer : int architecture type based on layers: 18, 34 input_chann
external_src/kbnet/src/networks.py:999
Class
AtrousSpatialPyramidPooling
Atrous Spatial Pyramid Pooling class Arg(s): in_channels : int number of input channels out_channels : int
external_src/kbnet/src/net_utils.py:1045
Class
AtrousVGGNetBlock
Atrous VGGNet block class (last block performs atrous convolution instead of convolution with stride) Arg(s): in_channels : int
external_src/kbnet/src/net_utils.py:961
Class
AtrousVGGNetEncoder
Atrous VGGNet encoder with skip connections Arg(s): input_channels : int number of channels in input data n_laye
external_src/kbnet/src/networks.py:1449
Class
BackprojectDepth
external_src/scaffnet-pytorch/src/net_utils.py:1059
Class
BaseLoss
external_src/NLSPN/src/loss/__init__.py:33
Class
BaseMetric
external_src/NLSPN/src/metric/__init__.py:30
Class
BaseSummary
external_src/NLSPN/src/summary/__init__.py:34
Class
BasicBlock
external_src/PENet_ICRA2021/basic.py:84
Class
BottomCrop
Crops the given ``numpy.ndarray`` at the bottom. Args: size (sequence or int): Desired output size of the crop. If size is an
external_src/PENet_ICRA2021/dataloaders/transforms.py:409
Class
CalibratedBackprojectionBlock
Calibrated backprojection (KB) layer class Arg(s): in_channels_image : int number of input channels for image (RGB) bran
src/net_utils.py:537
Class
CalibratedBackprojectionBlock
Calibrated backprojection (KB) layer class Arg(s): in_channels_image : int number of input channels for image (RGB) bran
external_src/kbnet/src/net_utils.py:1269
Class
CenterCrop
Crops the given ``numpy.ndarray`` at the center. Args: size (sequence or int): Desired output size of the crop. If size is an
external_src/PENet_ICRA2021/dataloaders/transforms.py:345
Class
ColorJitter
Randomly change the brightness, contrast and saturation of an image. Args: brightness (float): How much to jitter brightness. brightness_
external_src/PENet_ICRA2021/dataloaders/transforms.py:636
Class
Crop
Crops the given ``numpy.ndarray`` at the center. Args: size (sequence or int): Desired output size of the crop. If size is an
external_src/PENet_ICRA2021/dataloaders/transforms.py:535
Class
DecoderBlock
Decoder block with skip connections (U-Net) Arg(s): in_channels : int number of input channels skip_channels : i
src/net_utils.py:650
Class
DecoderBlock
Decoder block with skip connection Arg(s): in_channels : int number of input channels skip_channels : int
external_src/kbnet/src/net_utils.py:1377
Class
DecoderBlock
Decoder block with skip connection Arg(s): in_channels : int number of input channels skip_channels : int
external_src/scaffnet-pytorch/src/net_utils.py:553
Class
DepthCompletionInferenceDataset
Dataset for fetching: (1) image (2) sparse depth (3) intrinsic camera calibration matrix Arg(s): image_paths
src/datasets.py:162
Class
DepthwiseSeparableConv2d
Depthwise separable convolution class Performs 1. separate k x k convolution per channel (depth-wise) 2. 1 x 1 convolution across all
src/net_utils.py:114
Class
DepthwiseSeparableConv2d
Depthwise separable convolution class Performs 1. separate k x k convolution per channel (depth-wise) 2. 1 x 1 convolution across all
external_src/kbnet/src/net_utils.py:144
Class
FullyConnected
Fully connected layer Arg(s): in_channels : int number of input neurons out_channels : int number of
external_src/kbnet/src/net_utils.py:502
Class
FusionNetInferenceDataset
Dataset for fetching: (1) image (2) sparse depth Arg(s): image_paths : list[str] paths to image triplets
external_src/scaffnet-pytorch/src/datasets.py:334
Class
FusionNetStandaloneInferenceDataset
Dataset for fetching: (1) image (2) sparse depth Arg(s): image_paths : list[str] paths to image triplets
external_src/scaffnet-pytorch/src/datasets.py:486
Class
FusionNetStandaloneTrainingDataset
Dataset for fetching: (1) image at time t-1, t, and t+1 (2) sparse depth at time t (3) camera intrinsics matrix Arg(
external_src/scaffnet-pytorch/src/datasets.py:400
Class
FusionNetTrainingDataset
Dataset for fetching: (1) image at time t-1, t, and t+1 (2) dense depth at time t (3) sparse depth at time t (4)
external_src/scaffnet-pytorch/src/datasets.py:238
Class
HorizontalFlip
Horizontally flip the given ``numpy.ndarray``. Args: do_flip (boolean): whether or not do horizontal flip.
external_src/PENet_ICRA2021/dataloaders/transforms.py:609
Class
KBNetDecoder
KBNet decoder with skip connections Arg(s): input_channels : int number of channels in input latent vector outpu
src/networks.py:1371
Class
KBNetEncoder
Calibrated backprojection network (KBNet) encoder with skip connections Arg(s): in_channels_image : int number of input
src/networks.py:379
Class
KBNetEncoder
Calibrated backprojection network (KBNet) encoder with skip connections Arg(s): in_channels_image : int number of input
external_src/kbnet/src/networks.py:24
Class
KBNetInferenceDataset
Dataset for fetching: (1) image (2) sparse depth (3) camera intrinsics matrix Arg(s): image_paths : list[str
external_src/kbnet/src/datasets.py:231
Class
KBNetTrainingDataset
Dataset for fetching: (1) image at time t-1, t, and t+1 (2) sparse depth (3) camera intrinsics matrix Arg(s):
external_src/kbnet/src/datasets.py:161
Class
KittiDepthDataset
external_src/MSG_CHN/dataloader/KittiDepthDataset.py:23
Class
KittiDepthTrainer
external_src/MSG_CHN/trainers/DepthTrainer.py:28
Class
L1Loss
external_src/NLSPN/src/loss/submodule/l1loss.py:20
Class
L2Loss
external_src/NLSPN/src/loss/submodule/l2loss.py:20
Class
MAE
external_src/MSG_CHN/utils/ErrorMetrics.py:40
next →
1–100 of 153, ranked by callers