Method__init__(
self,
size,
scale=(0.08, 1.0),
ratio=(3.0 / 4.0, 4.0 / 3.0),
interpo
slowfast/datasets/transform.py:737
Method__init__(self, dim, window_size, num_heads, qkv_bias=False, qk_scale=None, attn_drop=0., proj_drop=0.)
slowfast/models/swin_transformer.py:107
Method__init__(self, dim, num_heads, window_size=(2,7,7), shift_size=(0,0,0),
mlp_ratio=4., qkv_bias=True,
slowfast/models/swin_transformer.py:197
Method__init__(self, patch_size=(2,4,4), in_chans=3, embed_dim=96, norm_layer=None)
slowfast/models/swin_transformer.py:432
Method__init__(
self,
dim_in=3,
dim_out=768,
kernel=(1, 16, 16),
stride=(1, 4, 4),
slowfast/models/stem_helper.py:297
Functionchange_coordinate_frameChange coordinate frame of the boxlist to be relative to window's frame. Given a window of the form [ymin, xmin, ymax, xmax], changes bounding bo
slowfast/evaluate/ava_evaluation/np_box_list_ops.py:539