Safemotion Lib
Loading...
Searching...
No Matches
resnet3d.ResNet3d Member List

This is the complete list of members for resnet3d.ResNet3d, including all inherited members.

__init__(self, int in_channels=17, int base_channels=64, Optional[Tuple] stage_blocks=(4, 6, 3), Sequence[int] out_indices=(2,), Sequence[int] spatial_strides=(2, 2, 2), Sequence[int] temporal_strides=(1, 1, 2), Sequence[int] dilations=(1, 1, 1), Sequence[int] conv1_kernel=(1, 7, 7), int conv1_stride_s=1, int conv1_stride_t=1, int pool1_stride_s=1, int pool1_stride_t=1, Sequence[int] inflate=(0, 1, 1), str inflate_style='3x1x1', input_key='keypoint_heatmap', **kwargs)resnet3d.ResNet3d
_make_stem_layer(self)resnet3d.ResNet3dprotected
base_channelsresnet3d.ResNet3d
blockresnet3d.ResNet3d
conv1resnet3d.ResNet3d
conv1_kernelresnet3d.ResNet3d
conv1_paddingresnet3d.ResNet3d
conv1_strideresnet3d.ResNet3d
conv1_stride_sresnet3d.ResNet3d
conv1_stride_tresnet3d.ResNet3d
dilationsresnet3d.ResNet3d
forward(self, sample_dict)resnet3d.ResNet3d
in_channelsresnet3d.ResNet3d
inflate_styleresnet3d.ResNet3d
inplanesresnet3d.ResNet3d
input_keyresnet3d.ResNet3d
make_res_layer(nn.Module block, int inplanes, int planes, int blocks, Union[int, Sequence[int]] spatial_stride=1, Union[int, Sequence[int]] temporal_stride=1, int dilation=1, Union[int, Sequence[int]] inflate=1, str inflate_style='3x1x1', **kwargs)resnet3d.ResNet3dstatic
maxpoolresnet3d.ResNet3d
num_stagesresnet3d.ResNet3d
out_indicesresnet3d.ResNet3d
pool1_strideresnet3d.ResNet3d
pool1_stride_sresnet3d.ResNet3d
pool1_stride_tresnet3d.ResNet3d
res_layersresnet3d.ResNet3d
spatial_stridesresnet3d.ResNet3d
stage_blocksresnet3d.ResNet3d
stage_inflationsresnet3d.ResNet3d
temporal_stridesresnet3d.ResNet3d