Functionavg_pool(
kernel_size,
stride=1,
dilation=1,
conv_type=ConvType.HYPERCUBE,
in_coords_key=None,
models/modules/common.py:191
Methodbackward input: grad_out: (n, nsample, c) output: grad_input1: (n, c), grad_input2: (n, c)
utils/pointops2/functions/pointops_ablation.py:119
Methodbackward input: grad_out: (n, c) output: grad_input: (n, c), grad_position: (n, nsample, c), grad_weight : (n, nsample, c')
utils/pointops2/functions/pointops_ablation.py:149
Methodbackward input: xyz: (m, 3), new_xyz: (n, 3), input: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops_ablation.py:203
Methodbackward input: grad_out: (n, nsample, c) output: grad_input1: (n, c), grad_input2: (n, c)
utils/pointops2/functions/pointops2.py:118
Methodbackward input: grad_out: (n, c) output: grad_input: (n, c), grad_position: (n, nsample, c), grad_weight : (n, nsample, c')
utils/pointops2/functions/pointops2.py:148
Methodbackward input: xyz: (m, 3), new_xyz: (n, 3), input: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops2.py:202
Methodbackward input: grad_output: (N, h, C//h) output: (M, h), (N, h, C//h), None, None
utils/pointops2/functions/pointops.py:101
Methodbackward input: grad_output: (N, h, C//h) output: (M, h), (N, h, C//h), None, None
utils/pointops2/functions/pointops.py:163
Methodbackward input: grad_output: (N, h, C//h) output: (M, h), (N, h, C//h), None, None
utils/pointops2/functions/pointops.py:227
Methodbackward input: grad_output: (L, h, C//h) output: (M, h), (N, h, C//h), None, None
utils/pointops2/functions/pointops.py:289
Methodbackward input: grad_output: [M, h] output: (N, h, hdim), None, (L, h, hdim, 3), None
utils/pointops2/functions/pointops.py:334
Methodbackward input: grad_output: [M, h] output: (N, h, hdim), None, (L, h, hdim, 3), None
utils/pointops2/functions/pointops.py:405
Methodbackward input: grad_output: [M, h] output: (N, h, hdim), None, (L, h, hdim, 3), None
utils/pointops2/functions/pointops.py:481
Methodbackward input: grad_output: (N, h, C//h) output: (M, h), (N, h, C//h), None, None, (L, h, hdim, 3), None
utils/pointops2/functions/pointops.py:539
Methodbackward input: grad_output: (N, h, C//h) output: (M, h), (N, h, C//h), None, None, (L, h, hdim, 3), None
utils/pointops2/functions/pointops.py:603
Methodbackward input: grad_out: (n, nsample, c) output: grad_input1: (n, c), grad_input2: (n, c)
utils/pointops2/functions/pointops.py:706
Methodbackward input: grad_out: (n, c) output: grad_input: (n, c), grad_position: (n, nsample, c), grad_weight : (n, nsample, c')
utils/pointops2/functions/pointops.py:736
Methodbackward input: xyz: (m, 3), new_xyz: (n, 3), input: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops.py:817
Methodbackward_debug(occ3d, indexes_image, vox_dist_weights, grad_image, d_voxels, mapping3dto2d_num)
utils/cuda_utils/raycast_image.py:225
Functionbox2d_iou Compute 2D bounding box IoU. Input: box1: tuple of (xmin,ymin,xmax,ymax) box2: tuple of (xmin,ymin,xmax,ymax) Output:
utils/votenet_utils/box_util.py:170