Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexklwong/mondi-python
/ functions
Functions
823 in github.com/alexklwong/mondi-python
⨍
Functions
823
◇
Types & classes
153
↓ 1 callers
Function
config_plt
()
external_src/scaffnet-pytorch/tools/create_colorbar.py:8
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
src/posenet_model.py:194
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
src/enet_model.py:246
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
src/mondi_model.py:669
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
external_src/kbnet/src/posenet_model.py:200
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
external_src/kbnet/src/kbnet_model.py:408
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
external_src/scaffnet-pytorch/src/fusionnet_model.py:468
↓ 1 callers
Method
data_parallel
Allows multi-gpu split along batch
external_src/scaffnet-pytorch/src/scaffnet_model.py:296
↓ 1 callers
Function
dilate_sparse_depth
Dilates non-zero sparse depth values to kernel size specified Arg(s): sparse_depth : torch.Tensor[float32] N x 1 x H x W
src/loss_utils.py:519
↓ 1 callers
Method
eval
Sets model to evaluation mode
src/fusionnet_models.py:289
↓ 1 callers
Method
eval
Sets model to evaluation mode
src/enet_model.py:227
↓ 1 callers
Method
eval
Sets model to evaluation mode
src/scaffnet_models.py:177
↓ 1 callers
Method
eval
Sets model to evaluation mode
src/kbnet_models.py:232
↓ 1 callers
Method
evaluate
(self, output, target, photometric=0)
external_src/PENet_ICRA2021/metrics.py:65
↓ 1 callers
Function
example_dconv
()
external_src/NLSPN/src/model/deformconv/test.py:506
↓ 1 callers
Function
example_dpooling
()
external_src/NLSPN/src/model/deformconv/test.py:533
↓ 1 callers
Function
example_mdconv
()
external_src/NLSPN/src/model/deformconv/test.py:519
↓ 1 callers
Function
example_mdpooling
()
external_src/NLSPN/src/model/deformconv/test.py:576
↓ 1 callers
Function
exp_map
Exponential map of rotation vector using Rodrigues Arg(s): v : torch.Tensor[float32] 3 element rotation vector Retur
external_src/scaffnet-pytorch/src/net_utils.py:743
↓ 1 callers
Function
extract_frame_id
(filename)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:307
↓ 1 callers
Function
feature_colorize
(feature)
external_src/PENet_ICRA2021/vis_utils.py:24
↓ 1 callers
Function
filter_sequence
(seq)
setup/setup_dataset_nyu_v2.py:297
↓ 1 callers
Function
filter_sequence
(seq)
external_src/kbnet/setup/setup_dataset_nyu_v2.py:293
↓ 1 callers
Method
forward
Forward input x through a convolution layer Arg(s): x : torch.Tensor[float32] N x C x H x W input tensor
external_src/kbnet/src/net_utils.py:120
↓ 1 callers
Function
generate_json
()
external_src/NLSPN/utils/generate_json_KITTI_DC.py:57
↓ 1 callers
Function
generate_json_test
()
external_src/NLSPN/utils/generate_json_KITTI_DC.py:174
↓ 1 callers
Function
get_extensions
()
external_src/NLSPN/src/model/deformconv/setup.py:17
↓ 1 callers
Function
get_folder_name
(args)
external_src/PENet_ICRA2021/helper.py:259
↓ 1 callers
Function
get_nearby_filename
(filename, new_id)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:313
↓ 1 callers
Method
get_params
Get parameters for ``crop`` for center crop. Args: img (numpy.ndarray (C x H x W)): Image to be cropped. output_size
external_src/PENet_ICRA2021/dataloaders/transforms.py:360
↓ 1 callers
Method
get_params
Get parameters for ``crop`` for bottom crop. Args: img (numpy.ndarray (C x H x W)): Image to be cropped. output_size
external_src/PENet_ICRA2021/dataloaders/transforms.py:424
↓ 1 callers
Method
get_params
Get parameters for ``crop`` for bottom crop. Args: img (numpy.ndarray (C x H x W)): Image to be cropped. output_size
external_src/PENet_ICRA2021/dataloaders/transforms.py:488
↓ 1 callers
Method
get_params
Get parameters for ``crop`` for center crop. Args: img (numpy.ndarray (C x H x W)): Image to be cropped. output_size
external_src/PENet_ICRA2021/dataloaders/transforms.py:547
↓ 1 callers
Function
get_paths_and_transform
(split, args)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:39
↓ 1 callers
Function
get_resnet18
(pretrained=True)
external_src/NLSPN/src/model/common.py:27
↓ 1 callers
Function
get_resnet34
(pretrained=True)
external_src/NLSPN/src/model/common.py:36
↓ 1 callers
Function
get_rgb_paths
(p)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:55
↓ 1 callers
Function
get_translation_matrix
Convert a translation vector into a 4x4 transformation matrix
src/net_utils.py:903
↓ 1 callers
Function
get_translation_matrix
Convert a translation vector into a 4x4 transformation matrix
external_src/kbnet/src/net_utils.py:1541
↓ 1 callers
Function
get_translation_matrix
Convert a translation vector into a 4x4 transformation matrix
external_src/scaffnet-pytorch/src/net_utils.py:909
↓ 1 callers
Function
grid_sample
Samples the image at x, y locations to target x, y locations Arg(s): image : torch.Tensor[float32] N x 3 x H x W RGB ima
src/loss_utils.py:484
↓ 1 callers
Function
handle_gray
(rgb, args)
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:289
↓ 1 callers
Function
horizontal_flip
Perform horizontal flip on each sample Arg(s): images_arr : list[np.array[float32]] list of N x C x H x W tensors Re
src/datasets.py:51
↓ 1 callers
Function
inpainting
Fill in almost dense depth_map with mask using Scikit Learn Image's inpaint_biharmonic Used for post processing depth maps Arg(s):
src/data_utils.py:255
↓ 1 callers
Function
load_calib
Temporarily hardcoding the calibration matrix using calib file from 2011_09_26
external_src/PENet_ICRA2021/dataloaders/kitti_loader.py:17
↓ 1 callers
Function
load_state_dict
Load in the state dict, handle the case if the model was saved with nn.DataParallel Arg(s): model : torch model Model to
src/net_utils.py:955
↓ 1 callers
Function
log_input_settings
(log_path, # Batch settings n_batch=None,
external_src/scaffnet-pytorch/src/scaffnet_main.py:870
↓ 1 callers
Function
log_loss_func_settings
(log_path, # Loss function settings w_stereo,
src/mondi.py:1614
↓ 1 callers
Function
log_loss_func_settings
(log_path, # Loss function settings w_color,
external_src/kbnet/src/kbnet.py:1202
↓ 1 callers
Function
log_loss_func_settings
(log_path, # Loss function settings w_supervised,
external_src/scaffnet-pytorch/src/scaffnet_main.py:1016
↓ 1 callers
Function
log_map
Logarithm map of rotation matrix element Arg(s): R : torch.Tensor[float32] 3 x 3 rotation matrix Returns: to
external_src/scaffnet-pytorch/src/net_utils.py:724
↓ 1 callers
Function
log_training_settings
(log_path, # Training settings n_batch,
src/mondi.py:1553
↓ 1 callers
Function
log_training_settings
(log_path, # Training settings n_batch,
external_src/kbnet/src/kbnet.py:1158
↓ 1 callers
Function
log_training_settings
(log_path, # Training settings n_batch,
external_src/scaffnet-pytorch/src/scaffnet_main.py:986
↓ 1 callers
Function
main
()
external_src/PENet_ICRA2021/main.py:289
↓ 1 callers
Function
main
()
external_src/NLSPN/utils/generate_json_NYUDepthV2.py:67
↓ 1 callers
Function
main
(args)
external_src/NLSPN/src/main.py:406
↓ 1 callers
Function
map_intrinsics_and_focal_length_baseline
Map camera intrinsics and focal length + baseline to directories Arg(s): paths_only : bool boolean flag if set then crea
setup/setup_dataset_kitti.py:144
↓ 1 callers
Function
meshgrid
Creates N x 2 x H x W meshgrid in x, y directions Arg(s): n_batch : int batch size n_height : int he
src/loss_utils.py:378
↓ 1 callers
Function
meshgrid
Creates N x 2 x H x W meshgrid in x, y directions Arg(s): n_batch : int batch size n_height : int he
external_src/kbnet/src/net_utils.py:1601
↓ 1 callers
Function
meshgrid
Creates N x 2 x H x W meshgrid from -1 to 1 in x, y directions Arg(s): n_batch : int batch size n_height : int
external_src/scaffnet-pytorch/src/net_utils.py:928
↓ 1 callers
Function
meshgrid
Creates N x 2 x H x W meshgrid in x, y directions Arg(s): n_batch : int batch size n_height : int he
external_src/scaffnet-pytorch/src/loss_utils.py:4
↓ 1 callers
Method
normalize_images
Normalize image to a given range Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H x W
src/transforms.py:336
↓ 1 callers
Method
normalize_images
Normalize image to a given range Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H x W
external_src/kbnet/src/transforms.py:188
↓ 1 callers
Method
normalize_images
Normalize image to a given range Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H x W
external_src/scaffnet-pytorch/src/transforms.py:172
↓ 1 callers
Method
parameters
Returns the set of parameters
src/posenet_model.py:111
↓ 1 callers
Method
parameters
Returns the list of parameters in the model Returns: list[torch.Tensor[float32]] : list of parameters
src/enet_model.py:208
↓ 1 callers
Method
parameters
Returns the set of parameters
external_src/kbnet/src/posenet_model.py:114
↓ 1 callers
Function
prepare_reorganization
()
external_src/NLSPN/utils/prepare_KITTI_DC.py:45
↓ 1 callers
Function
project_to_pixel
Projects points in camera coordinates to 2D pixel coordinates Arg(s): points : torch.Tensor[float32] N x 4 x (H x W) dep
src/loss_utils.py:447
↓ 1 callers
Function
random_crop
Apply crop to inputs e.g. images, depth and if available adjust camera intrinsics Arg(s): inputs : list[numpy[float32]]
src/datasets.py:71
↓ 1 callers
Function
random_crop
Apply crop to inputs e.g. images, depth and if available adjust camera intrinsics Arg(s): inputs : list[numpy[float32]]
external_src/kbnet/src/datasets.py:74
↓ 1 callers
Method
random_nonzero
Randomly selects nonzero elements Arg(s): T : torch.Tensor[float32] N x C x H x W tensor den
src/transforms.py:552
↓ 1 callers
Method
random_nonzero
Randomly selects nonzero elements Arg(s): T : torch.Tensor[float32] N x C x H x W tensor den
external_src/kbnet/src/transforms.py:295
↓ 1 callers
Method
random_nonzero
Randomly selects nonzero elements Arg(s): T : torch.Tensor[float32] N x C x H x W tensor den
external_src/scaffnet-pytorch/src/transforms.py:279
↓ 1 callers
Method
rank_conditional_save_best
(self, mode, result, epoch)
external_src/PENet_ICRA2021/helper.py:159
↓ 1 callers
Method
remove_random_nonzero
Remove random nonzero for each sample Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H
src/transforms.py:523
↓ 1 callers
Method
remove_random_nonzero
Remove random nonzero for each sample Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H
external_src/kbnet/src/transforms.py:266
↓ 1 callers
Method
remove_random_nonzero
Remove random nonzero for each sample Arg(s): images_arr : list[torch.Tensor[float32]] list of N x C x H
external_src/scaffnet-pytorch/src/transforms.py:250
↓ 1 callers
Function
reorganize_train_val
()
external_src/NLSPN/utils/prepare_KITTI_DC.py:53
↓ 1 callers
Method
reset
(self)
external_src/MSG_CHN/utils/AverageMeter.py:20
↓ 1 callers
Method
restore_model
Restore weights of the model Arg(s): checkpoint_path : str path to checkpoint optimizer : to
external_src/kbnet/src/posenet_model.py:174
↓ 1 callers
Function
rot_from_axisangle
Convert an axisangle rotation into a 4x4 transformation matrix (adapted from https://github.com/Wallacoloo/printipi) Input 'vec' has to be Bx1
src/net_utils.py:862
↓ 1 callers
Function
rot_from_axisangle
Convert an axisangle rotation into a 4x4 transformation matrix (adapted from https://github.com/Wallacoloo/printipi) Input 'vec' has to be Bx1
external_src/kbnet/src/net_utils.py:1556
↓ 1 callers
Function
rot_from_axisangle
Convert an axisangle rotation into a 4x4 transformation matrix (adapted from https://github.com/Wallacoloo/printipi) Input 'vec' has to be Bx1
external_src/scaffnet-pytorch/src/net_utils.py:868
↓ 1 callers
Function
run
(image_path, sparse_depth_path, intrinsics_path, ground_truth_path, # Input se
src/mondi.py:1015
↓ 1 callers
Function
run
(image_path, sparse_depth_path, intrinsics_path, ground_truth_path=None, # Inp
external_src/kbnet/src/kbnet.py:676
↓ 1 callers
Function
run
Runs ScaffNet model if output paths are provided, then will save outputs to a predetermined list of paths Arg(s): model : ScaffN
external_src/scaffnet-pytorch/setup/setup_dataset_scenenet_to_void.py:58
↓ 1 callers
Function
run
(image_path, sparse_depth_path, ground_truth_path, # Input settings normalized
external_src/scaffnet-pytorch/src/fusionnet_standalone_main.py:737
↓ 1 callers
Function
run
(sparse_depth_path, ground_truth_path, # Spatial pyramid pool settings max_pool_sizes_
external_src/scaffnet-pytorch/src/scaffnet_main.py:568
↓ 1 callers
Function
run
(image_path, dense_depth_path, sparse_depth_path, ground_truth_path, # Input s
external_src/scaffnet-pytorch/src/fusionnet_main.py:664
↓ 1 callers
Function
saveTensorToImage
(t, idxs, save_to_path)
external_src/MSG_CHN/utils/saveTensorToImage.py:23
↓ 1 callers
Method
save_best_txt
(self, result, epoch)
external_src/PENet_ICRA2021/helper.py:126
↓ 1 callers
Method
save_img_comparison_as_best
(self, mode, epoch)
external_src/PENet_ICRA2021/helper.py:151
↓ 1 callers
Method
set_to_worst
(self)
external_src/PENet_ICRA2021/metrics.py:31
↓ 1 callers
Function
setup_dataset_kitti_training
Fetch image, sparse depth, and ground truth paths for training Arg(s): paths_only : bool if set, then only produces path
setup/setup_dataset_kitti.py:381
↓ 1 callers
Function
setup_dataset_kitti_training
Creates teacher_output based on external models Arg(s): external_models : list[str] name of external models to use
setup/setup_dataset_kitti_teacher_output.py:102
↓ 1 callers
Function
setup_dataset_kitti_validation_testing
Fetch image, sparse depth, and ground truth paths for validation and testing Arg(s): paths_only : bool if set, then only
setup/setup_dataset_kitti.py:776
↓ 1 callers
Function
setup_dataset_void_training
Creates teacher output based on external models Arg(s): external_models : list[str] name of external models to use
setup/setup_dataset_void_teacher_output.py:56
↓ 1 callers
Function
setup_enet_model
()
setup/setup_external_model_enet.py:56
← previous
next →
201–300 of 823, ranked by callers