MCPcopy Create free account

hub / github.com/apple/ARKitScenes / functions

Functions146 in github.com/apple/ARKitScenes

Method__init__
(self, num_input_features: int, num_output_features: int)
depth_upsampling/models/mspf/blocks/dense_net.py:111
Method__init__
(self, in_channels, out_channels, ratio=2)
depth_upsampling/models/mspf/blocks/multi_scale_depth.py:44
Method__init__
(self, in_channels, out_channels, kernel=3, stride=2, padding=1)
depth_upsampling/models/msg/blocks.py:17
Method__init__
(self, upsampling_factor)
depth_upsampling/models/msg/msg.py:15
Method__init__
(self, *args, **kwargs)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:169
Method__init__
Args: dataset_cfg: EasyDict() with key POINT_CLOUD_RANGE POINT_FEATURE_ENCODING D
threedod/benchmark_scripts/utils/tenFpsDataLoader.py:191
Method__init__
init will set values for: self.class_names self.cls2label (after mapping) self.label2cls (after mapping)
threedod/benchmark_scripts/utils/taxonomy.py:30
Method__init__
Args: ap_iou_thresh: float between 0 and 1.0 IoU threshold to judge whether a prediction is positive.
threedod/benchmark_scripts/utils/eval_utils.py:12
Method__iter__
(self)
depth_upsampling/sampler.py:27
Method__iter__
(self)
threedod/benchmark_scripts/utils/tenFpsDataLoader.py:291
Method__len__
(self)
depth_upsampling/dataset.py:129
Method__len__
(self)
depth_upsampling/sampler.py:35
Method__len__
(self)
threedod/benchmark_scripts/utils/tenFpsDataLoader.py:294
Methodbboxes
(self)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:145
Functionbox3d_iou
Compute 3D bounding box IoU. Input: corners1: numpy array (8,3), assume up direction is negative Y corners2: numpy array (8,3),
threedod/benchmark_scripts/utils/box_utils.py:240
Functioncolorize
(image, vmin=None, vmax=None, cmap='turbo')
depth_upsampling/image_utils.py:25
Methodcompute_metrics
Use accumulated predictions and groundtruths to compute Average Precision. # 1. calculate by-category precision, recall with multiprocessing m
threedod/benchmark_scripts/utils/eval_utils.py:56
Functioncorners_to_boxes
7 -------- 4 /| /| 6 -------- 5 . | | | | . 3 -------- 0 |/ |/ 2 -------- 1 A
threedod/benchmark_scripts/utils/box_utils.py:62
Functioncreate_montage_image
(image_list, image_shape=(640, 480), grid_shape=(3, 1))
depth_upsampling/image_utils.py:6
Functiondown_sample
Quantize point cloud by voxel_size Returns kept indices Args: all_points: np.array (n, 3) float voxel_sz: float Returns:
threedod/benchmark_scripts/utils/pc_utils.py:4
Methodforward
(self, x: Tensor)
depth_upsampling/models/mspf/densenet.py:73
Methodforward
(self, x)
depth_upsampling/models/mspf/densenet.py:90
Methodforward
(self, depth)
depth_upsampling/models/mspf/MultiscaleConvDepthEncoder.py:63
Methodforward
( self, depth: dict, rgb_skip_connections: dict )
depth_upsampling/models/mspf/MultiScaleDepthSR.py:91
Methodforward
(self, batch)
depth_upsampling/models/mspf/mspf.py:33
Methodforward
(self, input: List[Tensor])
depth_upsampling/models/mspf/blocks/dense_net.py:49
Methodforward
(self, init_features: Tensor)
depth_upsampling/models/mspf/blocks/dense_net.py:102
Methodforward
(self, x)
depth_upsampling/models/mspf/blocks/multi_scale_depth.py:34
Methodforward
(self, x)
depth_upsampling/models/mspf/blocks/multi_scale_depth.py:51
Methodforward
(self, x)
depth_upsampling/models/msg/blocks.py:10
Methodforward
(self, x)
depth_upsampling/models/msg/blocks.py:23
Methodforward
(self, batch)
depth_upsampling/models/msg/msg.py:43
Methodforward
In the forward pass we receive a Tensor containing the input and return a Tensor containing the output. ctx is a context object that
depth_upsampling/losses/gradient_loss.py:13
Methodleft_button_press
(self, obj, event)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:188
Methodleft_button_release
(self, obj, event)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:193
Methodmiddle_button_press
(self, obj, event)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:178
Methodmiddle_button_release
(self, obj, event)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:183
Functionmsg_loss
(output_batch, input_batch)
depth_upsampling/losses/__init__.py:10
Functionmspf_loss
(output_batch, input_batch)
depth_upsampling/losses/__init__.py:6
Methodright_button_press
(self, obj, event)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:198
Methodright_button_release
(self, obj, event)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:203
Functionrotate_pc
Rotation points w.r.t. rotmat Args: pc: np.array (n, 3) rotmat: np.array (4, 4) Returns: pc: (n, 3)
threedod/benchmark_scripts/utils/rotation.py:84
Functionrotate_pose
Args: im: (m, n)
threedod/benchmark_scripts/rectify_im.py:30
Functionupright_camera_relative_transform
Generate pose matrix with z-dim as height Args: pose: np.array (4, 4) Returns: urc: (4, 4) urc_inv: (4, 4)
threedod/benchmark_scripts/utils/rotation.py:45
Functionweights_init_xavier
(m)
depth_upsampling/models/__init__.py:9
Methodxz_align_matrix
(self)
threedod/benchmark_scripts/show_3d_bbox_annotation.py:157
← previous101–146 of 146, ranked by callers