MCPcopy Create free account

hub / github.com/alexklwong/mondi-python / functions

Functions823 in github.com/alexklwong/mondi-python

↓ 2 callersFunctiondepth_colorize
(depth)
external_src/PENet_ICRA2021/vis_utils.py:19
↓ 2 callersFunctiondepth_read
(filename)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:163
↓ 2 callersMethodeval
Sets model to evaluation mode
src/external_model.py:179
↓ 2 callersMethodeval
Sets model to evaluation mode
external_src/scaffnet-pytorch/src/posenet_model.py:105
↓ 2 callersMethodevaluate
(self)
external_src/MSG_CHN/trainers/DepthTrainer.py:173
↓ 2 callersFunctionfilter_paths
(paths)
setup/setup_dataset_nyu_v2.py:329
↓ 2 callersFunctionfilter_paths
(paths)
external_src/kbnet/setup/setup_dataset_nyu_v2.py:303
↓ 2 callersFunctionfilter_static_frames
Return tuple of list of paths containing the nonstatic scenes Arg(s): inputs : tuple(list[str]) image paths
setup/setup_dataset_kitti.py:300
↓ 2 callersMethodforward
(self, x)
src/net_utils.py:104
↓ 2 callersMethodforward
Forwards the inputs through the network Arg(s): image0 : torch.Tensor[float32] image at time step 0
src/posenet_model.py:93
↓ 2 callersMethodforward
Forwards the inputs through the network Arg(s): image : torch.Tensor[float32] N x 3 x H x W image
src/mondi_model.py:186
↓ 2 callersMethodforward
Forwards the inputs through the network Arg(s): image0 : torch.Tensor[float32] image at time step 0
external_src/kbnet/src/posenet_model.py:95
↓ 2 callersMethodforward
Forwards the inputs through the network Arg(s): image : torch.Tensor[float32] N x 3 x H x W image
external_src/kbnet/src/kbnet_model.py:143
↓ 2 callersMethodfreeze
Freeze a portion of the network Arg(s): module_names : list[str] spatial_pyramid_pool, encoder, decoder_
external_src/scaffnet-pytorch/src/scaffnet_model.py:310
↓ 2 callersFunctiongradient_yx
Computes gradients in the y and x directions Arg(s): T : torch.Tensor[float32] N x C x H x W tensor Returns:
src/loss_utils.py:268
↓ 2 callersFunctiongradient_yx
Computes gradients in the y and x directions Arg(s): T : torch.Tensor[float32] N x C x H x W tensor Returns:
external_src/kbnet/src/losses.py:112
↓ 2 callersFunctiongradient_yx
Computes gradients in the y and x directions Arg(s): T : torch.Tensor[float32] N x C x H x W tensor Returns:
external_src/scaffnet-pytorch/src/losses.py:191
↓ 2 callersFunctionload_depth
Load depth Arg(s): depth_path : str path to depth map Return: numpy[float32] : depth map (1 x H x W)
external_src/kbnet/src/datasets.py:48
↓ 2 callersFunctionload_image_triplet
Load images from image triplet Arg(s): path : str path to image triplet normalize : bool if set, nor
external_src/kbnet/src/datasets.py:22
↓ 2 callersFunctionlog10
Convert a new tensor with the base-10 logarithm of the elements of x.
external_src/PENet_ICRA2021/metrics.py:8
↓ 2 callersFunctionlog_evaluation_settings
(log_path, min_evaluate_depth, max_evaluate_depth)
src/mondi.py:1657
↓ 2 callersFunctionlog_evaluation_settings
(log_path, min_evaluate_depth, max_evaluate_depth)
external_src/kbnet/src/kbnet.py:1222
↓ 2 callersFunctionlog_evaluation_settings
(log_path, min_evaluate_depth, max_evaluate_depth)
external_src/scaffnet-pytorch/src/scaffnet_main.py:1030
↓ 2 callersFunctionlog_input_settings
(log_path, input_types, input_channels_image,
src/mondi.py:1408
↓ 2 callersFunctionlog_input_settings
(log_path, n_batch=None, n_height=None, n
external_src/kbnet/src/kbnet.py:1032
↓ 2 callersFunctionlog_loss_func_settings
(log_path, # Loss function settings w_color,
external_src/scaffnet-pytorch/src/fusionnet_main.py:1143
↓ 2 callersFunctionlog_network_settings
(log_path, # Sparse to dense pool settings min_pool_sizes_sp
src/mondi.py:1458
↓ 2 callersFunctionlog_network_settings
(log_path, # Sparse to dense pool settings min_pool_sizes_sp
external_src/kbnet/src/kbnet.py:1079
↓ 2 callersFunctionlog_network_settings
(log_path, # Spatial pyramid pool settings max_pool_sizes_sp
external_src/scaffnet-pytorch/src/scaffnet_main.py:934
↓ 2 callersFunctionlog_network_settings
(log_path, # Depth network settings encoder_type,
external_src/scaffnet-pytorch/src/fusionnet_main.py:1039
↓ 2 callersMethodlog_summary
Logs summary to Tensorboard Arg(s): summary_writer : SummaryWriter Tensorboard summary writer
src/mondi_model.py:678
↓ 2 callersMethodlog_summary
Logs summary to Tensorboard Arg(s): summary_writer : SummaryWriter Tensorboard summary writer
external_src/kbnet/src/kbnet_model.py:417
↓ 2 callersMethodlog_summary
Logs summary to Tensorboard Arg(s): summary_writer : SummaryWriter Tensorboard summary writer
external_src/scaffnet-pytorch/src/fusionnet_model.py:477
↓ 2 callersFunctionlog_system_settings
(log_path, # Checkpoint settings checkpoint_path,
src/mondi.py:1667
↓ 2 callersFunctionlog_system_settings
(log_path, # Checkpoint settings checkpoint_path,
external_src/kbnet/src/kbnet.py:1232
↓ 2 callersFunctionlog_system_settings
(log_path, # Checkpoint settings checkpoint_path,
external_src/scaffnet-pytorch/src/scaffnet_main.py:1040
↓ 2 callersFunctionlog_training_settings
(log_path, # Training settings n_batch,
external_src/scaffnet-pytorch/src/fusionnet_main.py:1117
↓ 2 callersMethodparameters
Returns the list of parameters in the model Returns: list : list of parameters
src/mondi_model.py:572
↓ 2 callersMethodrestore_model
Restore weights of the model Arg(s): checkpoint_path : str path to checkpoint optimizer : tor
src/posenet_model.py:169
↓ 2 callersMethodrestore_model
Loads weights from checkpoint and loads and returns optimizer Arg(s): restore_path : str path to model w
src/enet_model.py:253
↓ 2 callersMethodrestore_model
Restore weights of the model Arg(s): checkpoint_path : str path to checkpoint optimizer : to
external_src/kbnet/src/kbnet_model.py:378
↓ 2 callersFunctionrgb_read
(filename)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:154
↓ 2 callersMethodsave_model
Save weights of the model to checkpoint path Arg(s): checkpoint_path : str path to save checkpoint
src/posenet_model.py:146
↓ 2 callersMethodsave_model
Save weights of the model to checkpoint path Arg(s): checkpoint_path : str path to save checkpoint
src/mondi_model.py:619
↓ 2 callersMethodsave_model
Save weights of the model to checkpoint path Arg(s): checkpoint_path : str path to save checkpoint
external_src/kbnet/src/posenet_model.py:150
↓ 2 callersMethodsave_model
Save weights of the model to checkpoint path Arg(s): checkpoint_path : str path to save checkpoint
external_src/kbnet/src/kbnet_model.py:353
↓ 2 callersMethodsave_model
Save weights of the model to checkpoint path Arg(s): checkpoint_path : str path to save checkpoint
external_src/scaffnet-pytorch/src/scaffnet_model.py:371
↓ 2 callersMethodsave_single_txt
(self, filename, result, epoch)
external_src/PENet_ICRA2021/helper.py:112
↓ 2 callersFunctiontilde
Tilde (hat) operation Arg(s): v : torch.Tensor[float32] 3 element rotation vector Returns: torch.Tensor[floa
external_src/scaffnet-pytorch/src/net_utils.py:690
↓ 2 callersFunctiontilde_inv
Inverse of the tilde operation Arg(s): R : torch.Tensor[float32] 3 x 3 inverse skew matrix Returns: torch.Te
external_src/scaffnet-pytorch/src/net_utils.py:709
↓ 2 callersMethodto
Move model to a device Arg(s): device : torch.device device to use
src/nlspn_model.py:217
↓ 2 callersMethodto
Move model to a device Arg(s): device : torch.device device to use
src/penet_model.py:219
↓ 2 callersMethodtrain
Sets model to training mode
src/mondi_model.py:587
↓ 2 callersMethodtrain
Sets model to training mode
external_src/kbnet/src/kbnet_model.py:321
↓ 2 callersMethodtrain
Sets model to training mode
external_src/scaffnet-pytorch/src/fusionnet_model.py:356
↓ 2 callersMethodtrain
Sets model to training mode
external_src/scaffnet-pytorch/src/scaffnet_model.py:250
↓ 2 callersFunctionvalidate
(depth_model, dataloader, input_types, transforms, outlier
src/mondi.py:846
↓ 2 callersFunctionvalidate
(model, dataloader, ground_truths, step, best_results,
external_src/scaffnet-pytorch/src/scaffnet_main.py:413
↓ 1 callersMethod__getraw__
(self, index)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:348
↓ 1 callersMethod__init__
(self)
external_src/MSG_CHN/modules/losses.py:20
↓ 1 callersMethod__init__
(self)
external_src/PENet_ICRA2021/criteria.py:20
↓ 1 callersMethod__init__
(self, args, ch_g, ch_f, k_g, k_f)
external_src/NLSPN/src/model/nlspnmodel.py:23
↓ 1 callersMethod__len__
(self)
external_src/MSG_CHN/dataloader/KittiDepthDataset.py:43
↓ 1 callersFunction_is_tensor_image
(img)
external_src/PENet_ICRA2021/dataloaders/transforms.py:33
↓ 1 callersMethod_propagate_once
(self, feat, offset, aff)
external_src/NLSPN/src/model/nlspnmodel.py:166
↓ 1 callersMethodadd_noise
Add noise to images Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H x W tensors
external_src/kbnet/src/transforms.py:321
↓ 1 callersMethodadd_noise
Add noise to images Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H x W tensors
external_src/scaffnet-pytorch/src/transforms.py:305
↓ 1 callersFunctionadjust_brightness
Adjust brightness of an Image. Args: img (PIL Image): PIL Image to be adjusted. brightness_factor (float): How much to adjust th
external_src/PENet_ICRA2021/dataloaders/transforms.py:37
↓ 1 callersMethodadjust_brightness
Adjust brightness on each sample Args: images_arr : list[torch.Tensor] list of N x C x H x W tensors
src/transforms.py:365
↓ 1 callersFunctionadjust_contrast
Adjust contrast of an Image. Args: img (PIL Image): PIL Image to be adjusted. contrast_factor (float): How much to adjust the con
external_src/PENet_ICRA2021/dataloaders/transforms.py:57
↓ 1 callersMethodadjust_contrast
Adjust contrast on each sample Args: images_arr : list[torch.Tensor] list of N x C x H x W tensors
src/transforms.py:390
↓ 1 callersFunctionadjust_hue
Adjust hue of an image. The image hue is adjusted by converting the image to HSV and cyclically shifting the intensities in the hue channel (
external_src/PENet_ICRA2021/dataloaders/transforms.py:97
↓ 1 callersMethodadjust_intrinsics
Adjust the each camera intrinsics based on the provided scaling factors and offsets Arg(s): intrinsics : torch.Tensor[fl
src/transforms.py:579
↓ 1 callersFunctionadjust_saturation
Adjust color saturation of an image. Args: img (PIL Image): PIL Image to be adjusted. saturation_factor (float): How much to adj
external_src/PENet_ICRA2021/dataloaders/transforms.py:77
↓ 1 callersMethodadjust_saturation
Adjust saturation on each sample Args: images_arr : list[torch.Tensor] list of N x C x H x W tensors
src/transforms.py:415
↓ 1 callersFunctionbackproject_to_camera
Backprojects pixel coordinates to 3D camera coordinates Arg(s): depth : torch.Tensor[float32] N x 1 x H x W depth map
src/loss_utils.py:415
↓ 1 callersFunctionbackup_source_code
(backup_directory)
external_src/PENet_ICRA2021/helper.py:210
↓ 1 callersFunctioncheck_args
(args)
external_src/NLSPN/src/main.py:57
↓ 1 callersFunctioncheck_dconv_im2col_step_backward
()
external_src/NLSPN/src/model/deformconv/test.py:262
↓ 1 callersFunctioncheck_dconv_im2col_step_forward
()
external_src/NLSPN/src/model/deformconv/test.py:183
↓ 1 callersFunctioncheck_dconv_zero_offset
()
external_src/NLSPN/src/model/deformconv/test.py:36
↓ 1 callersFunctioncheck_dconv_zero_offset_identify
()
external_src/NLSPN/src/model/deformconv/test.py:112
↓ 1 callersFunctioncheck_gradient_conv
()
external_src/NLSPN/src/model/deformconv/test.py:351
↓ 1 callersFunctioncheck_gradient_dconv
()
external_src/NLSPN/src/model/deformconv/test.py:375
↓ 1 callersFunctioncheck_gradient_dpooling
()
external_src/NLSPN/src/model/deformconv/test.py:471
↓ 1 callersFunctioncheck_gradient_mdconv
()
external_src/NLSPN/src/model/deformconv/test.py:405
↓ 1 callersFunctioncheck_mdconv_im2col_step_backward
()
external_src/NLSPN/src/model/deformconv/test.py:304
↓ 1 callersFunctioncheck_mdconv_im2col_step_forward
()
external_src/NLSPN/src/model/deformconv/test.py:219
↓ 1 callersFunctioncheck_mdconv_zero_offset
()
external_src/NLSPN/src/model/deformconv/test.py:69
↓ 1 callersFunctioncheck_mdconv_zero_offset_identify
()
external_src/NLSPN/src/model/deformconv/test.py:142
↓ 1 callersFunctioncheck_pooling_zero_offset
()
external_src/NLSPN/src/model/deformconv/test.py:437
↓ 1 callersMethodcompute
(self, sample, output)
external_src/NLSPN/src/loss/__init__.py:65
↓ 1 callersMethodcompute_loss
Computes loss function Arg(s): output_depth0 : torch.Tensor[float32] N x 1 x H x W output depth for left
src/mondi_model.py:225
↓ 1 callersMethodcompute_loss
Computes loss function l = w_{ph}l_{ph} + w_{sz}l_{sz} + w_{sm}l_{sm} Arg(s): image0 : torch.Tensor[float32]
external_src/kbnet/src/kbnet_model.py:188
↓ 1 callersMethodcompute_loss
Computes loss function Arg(s): loss_func : list[str] loss functions to minimize target_depth
external_src/scaffnet-pytorch/src/scaffnet_model.py:169
↓ 1 callersMethodconditional_print
(self, split, i, epoch, lr, n_set, blk_avg_meter, avg_meter)
external_src/PENet_ICRA2021/helper.py:47
↓ 1 callersMethodconditional_save_img_comparison
(self, mode, i, ele, pred, epoch, predrgb=None, predg=None, extra=None, extra2=None, extrargb=None)
external_src/PENet_ICRA2021/helper.py:138
↓ 1 callersMethodconditional_save_info
(self, split, average_meter, epoch)
external_src/PENet_ICRA2021/helper.py:76
↓ 1 callersMethodconditional_save_pred
(self, mode, i, pred, epoch)
external_src/PENet_ICRA2021/helper.py:169
↓ 1 callersMethodconditional_summarize
(self, mode, avg, is_best)
external_src/PENet_ICRA2021/helper.py:181
← previousnext →101–200 of 823, ranked by callers