↓ 8 callersMethod__init__(self, in_planes, out_planes, kernel_size=3, stride=1, groups=1, activation=nn.ReLU6(inplace=True))
yolact_edge/backbone.py:445
↓ 8 callersMethodtrt_load_if(self, module_name, trt_fn, trt_fn_params, int8_mode=False, parent=None, batch_size=1)
yolact_edge/yolact.py:1475
↓ 3 callersFunctiondeform_opWarp an image or feature map with optical flow Args: x (Tensor): size (n, c, h, w) flow (Tensor): size (n, 2, h, w), values range
yolact_edge/layers/warp_utils.py:45
↓ 2 callersMethodpull_frame(self, vid_name, frame_annot_id, prev_frame_annot_id, file_name, target, num_crowds, require_seeds=False, seed
yolact_edge/data/youtube_vis.py:332
↓ 2 callersMethodpull_item Args: index (int): Index Returns: tuple: Tuple (image, target, masks, height, width, crowd).
yolact_edge/data/coco.py:132
↓ 2 callersMethodpull_video Args: index (int): Index Returns: tuple: Tuple (image, target, masks, height, width, crowd).
yolact_edge/data/youtube_vis.py:140