Method__call__(
self, box3d_quat, box3d_ctr, box3d_depth, box3d_size, box3d_conf, dense_depth, inv_intrinsics, fcos2
tridet/modeling/dd3d/fcos3d.py:209
Method__call__(
self, box3d_quat, box3d_ctr, box3d_depth, box3d_size, box3d_conf, inv_intrinsics, pred_instances, fc
tridet/modeling/dd3d/fcos3d.py:315
Method__init__(
self, backbone: nn.Module, fpn: FPN, last_channels: int, act_func="relu", n_extra_stage=0,
return_list=F
tridet/modeling/backbone/omni_scripts/backbone_with_fpn.py:61
Method__init__(
self,
width_mult=1.0,
channel_divisor=8,
ks: Union[int, List[int], None] = None,
expand_ratio: Uni
tridet/modeling/backbone/omni_scripts/fused_mb_nets.py:11
Method__init__(
self,
# inputs
inputs: List[Tuple[str, int, int, int]],
input_mode="cat_conv",
# middle
middle_c
tridet/modeling/backbone/omni_scripts/fpn.py:74
Method__init__(
self,
in_channels: int,
out_channels: int,
kernel_size=3,
stride=1,
tridet/modeling/backbone/omni_scripts/ops.py:12
Method__init__(
self,
pool_type="global_avg",
kernel_size=2,
stride=2,
padding=0,
tridet/modeling/backbone/omni_scripts/ops.py:106
Method__init__(
self,
mode="bilinear",
size: Union[int, Tuple[int, int], List[int], None] = None,
tridet/modeling/backbone/omni_scripts/ops.py:194
Method__init__(
self, in_channels: int, out_channels: int, kernel_size=3, stride=1, act_func=("relu6", None)
)
tridet/modeling/backbone/omni_scripts/ops.py:235
Method__init__(
self,
in_channels: int,
out_channels: int,
kernel_size=3,
stride=1,
tridet/modeling/backbone/omni_scripts/ops.py:271
Method__init__(
self,
in_channels: int,
out_channels: int,
kernel_size=3,
stride=1,
tridet/modeling/backbone/omni_scripts/ops.py:332
Method__init__(self, inplanes, planes, stride=1, dilation=1, norm="BN")
tridet/modeling/feature_extractor/dla.py:25
Method__init__(self, inplanes, planes, stride=1, dilation=1, norm="BN")
tridet/modeling/feature_extractor/dla.py:68
Method__init__(self, inplanes, planes, stride=1, dilation=1, norm="BN")
tridet/modeling/feature_extractor/dla.py:108
Method__init__(self, in_channels, out_channels, kernel_size, residual, norm="BN")
tridet/modeling/feature_extractor/dla.py:147
Method__init__(
self,
levels,
block,
in_channels,
out_channels,
stride=1,
tridet/modeling/feature_extractor/dla.py:171
Method__init__(
self, in_ch, stage_ch, concat_ch, layer_per_block, module_name, SE=False, identity=False, depthwise=
tridet/modeling/feature_extractor/vovnet.py:189
Method__init__(
self, in_ch, stage_ch, concat_ch, block_per_stage, layer_per_block, stage_num, SE=False, depthwise=F
tridet/modeling/feature_extractor/vovnet.py:242
Method__init__(self, root_dir, mv3d_split, class_names, sensors, box2d_from_box3d=False, max_num_items=None)
tridet/data/datasets/kitti_3d/build.py:54
Method__init__(self, root_dir, mv3d_split, class_names, sensors, box2d_from_box3d, max_num_items)
tridet/data/datasets/kitti_3d/build.py:282
Method__init__(self, name, root_dir, datum_names=CAMERA_NAMES, min_num_lidar_points=3, min_box_visibility=0.2)
tridet/data/datasets/nuscenes/build.py:100
Method__init__ Arguments: tensor (Tensor): of shape (N, H, W) or (N, C_1, ..., C_K, H, W) where K >= 1 image_sizes (list[tuple[int,
tridet/structures/image_list.py:45
Method__init__(
self,
num_layers,
input_shape,
norm_kwargs={},
kernel_size=3,
tridet/layers/conv_bn_fpn_layers.py:15
Method__init__(self, nusc, config, result_path, eval_set, output_dir, verbose)
tridet/evaluators/nuscenes_evaluator.py:76