MCPcopy Create free account

hub / github.com/BoPang1996/TubeTK / functions

Functions287 in github.com/BoPang1996/TubeTK

Method__init__
(self, id)
dataset/Parsers/structures.py:9
Method__init__
(self)
dataset/Parsers/structures.py:23
Method__init__
(self, folder, min_visibility, forward_frames, frame_stride
pre_processing/get_tubes_MOT17.py:15
Method__init__
(self, mot_root, arg, type='train', )
pre_processing/get_tubes_MOT17.py:149
Method__init__
(self, folder, min_visibility, forward_frames, frame_stride
pre_processing/get_tubes_jta.py:14
Method__init__
(self, jta_root, arg, loose, height_clamp,
pre_processing/get_tubes_jta.py:166
Method__init__
(self, in_channels, # [512, 1024, 2048] arg, )
network/fpn.py:6
Method__init__
(self, num_classes, arg, pretrained=True )
network/tubetk.py:11
Method__init__
(self, num_classes, in_channels, strides,
network/track_head.py:29
Method__init__
(self, inplanes, planes, stride=1, kernel=3, downsample=None, groups=1, base_width=64)
network/resnet.py:14
Method__init__
( self, optimizer, warmup_factor=1.0 / 3, warmup_iters=8000, max_iters
optim/lr_scheduler.py:53
Method__init__
(self, box)
post_processing/tube_iou_matching_old.py:15
Method__init__
(self)
post_processing/tube_iou_matching_old.py:36
Method__init__
(self)
post_processing/tube_iou_matching_old.py:112
Method__init__
(self)
post_processing/tube_iou_matching.py:24
Method__init__
(self, box)
post_processing/tube_iou_matching_super_old.py:14
Method__init__
(self)
post_processing/tube_iou_matching_super_old.py:34
Method__init__
(self)
post_processing/tube_iou_matching_super_old.py:99
Method__len__
(self)
demo.py:103
Method__len__
(self)
demo.py:125
Method__len__
(self)
demo.py:181
Method__len__
(self)
dataset/jta.py:46
Method__len__
(self)
dataset/mot17.py:46
Method__len__
(self)
dataset/mot17.py:87
Method__len__
(self)
dataset/mot17jta.py:65
Method__len__
(self)
dataset/Parsers/JTA.py:117
Method__len__
(self)
dataset/Parsers/JTA.py:144
Method__len__
(self)
dataset/Parsers/MOT17.py:99
Method__len__
(self)
dataset/Parsers/MOT17.py:135
Method__len__
(self)
pre_processing/get_tubes_MOT17.py:144
Method__len__
(self)
pre_processing/get_tubes_MOT17.py:171
Method__len__
(self)
pre_processing/get_tubes_jta.py:161
Method__len__
(self)
pre_processing/get_tubes_jta.py:193
Function_compile
(obj, src, ext, cc_args, extra_postargs, pp_opts)
post_processing/nms/setup.py:42
Method_scale_size
Rescale a size by a ratio. Args: size (tuple): w, h. scale (float): Scaling factor. Returns:
dataset/augmentation.py:124
Method_volatile_memory
(self)
post_processing/tube_iou_matching_old.py:99
Method_volatile_memory
(self)
post_processing/tube_iou_matching_super_old.py:87
Methodadd_node
(self, node, id)
dataset/Parsers/structures.py:26
Methodbuild_extensions
(self)
post_processing/nms/setup.py:62
FunctioncleanRequired
(seqFolder)
Metrics.py:102
Methodclear
(self)
pre_processing/get_tubes_MOT17.py:138
Functionfix_bn
(m)
main.py:22
Methodforward
(self, inputs)
network/fpn.py:43
Methodforward
(self, img, img_meta, return_loss=True, **kwargs)
network/tubetk.py:84
Methodforward
(self, x)
network/track_head.py:24
Methodforward
(self, feats)
network/track_head.py:77
Methodforward
(self, x)
network/resnet.py:30
Methodforward
(self, x)
network/resnet.py:122
Methodforward_single
(self, x, scale)
network/track_head.py:80
Functionget_bbox
(g)
pre_processing/get_tubes_jta.py:246
Methodget_center
(box)
post_processing/tube_iou_matching.py:50
Functionget_gt
(json_path, frames_path, loose, min_visiblity, height_clamp)
pre_processing/get_tubes_jta.py:226
Methodget_inter_box
(start_box, end_box, inter_id, end_id)
pre_processing/get_tubes_MOT17.py:55
Methodget_inter_box
(start_box, end_box, inter_id, end_id)
pre_processing/get_tubes_jta.py:76
Methodget_item
(self, frame_index)
pre_processing/get_tubes_MOT17.py:98
Methodget_item
(self, frame_index)
pre_processing/get_tubes_jta.py:119
Methodget_lr
(self)
optim/lr_scheduler.py:36
Methodget_lr
(self)
optim/lr_scheduler.py:73
Methodget_track_by_id
(self, id)
post_processing/tube_iou_matching_old.py:122
Methodget_track_by_id
(self, id)
post_processing/tube_iou_matching_super_old.py:109
Methodget_true_z
(mid_node, end_node)
pre_processing/get_tubes_MOT17.py:52
Methodget_true_z
(mid_node, end_node)
pre_processing/get_tubes_jta.py:73
Functiongiou_loss
(pred_tubes, target_tubes)
network/utils.py:65
Methodimresize
Resize image to a given size. Args: img (ndarray): The input image. size (tuple): Target (w, h).
dataset/augmentation.py:135
Functioniou_loss
(pred_tubes, target_tubes)
network/utils.py:59
Functionjaccard_numpy
Compute the jaccard overlap of two sets of boxes. The jaccard overlap is simply the intersection over union of two boxes. E.g.: A ∩ B
dataset/augmentation.py:15
Functionlinear_sum_assignment_with_inf
This is a workaround from 'https://github.com/scipy/scipy/issues/6900'
Metrics.py:11
Functionmake_optimizer
(arg, model)
optim/solver.py:5
Functionmatch_video
(video_name, tmp_dir, output_dir, model_arg)
evaluate.py:35
Functionmatch_video
(video_name, tmp_dir, output_dir, model_arg)
demo.py:230
Functionmatching
tubes: All tubes in a video to match. (n, 15 + 1) [mid_frame, mid_box, front_frame, front_box, back_frame, back_box, value] save_path: File p
post_processing/tube_iou_matching_old.py:315
Functionmatching
tubes: All tubes in a video to match. (n, 15 + 1) [mid_frame, mid_box, front_frame, front_box, back_frame, back_box, value] save_path: File p
post_processing/tube_iou_matching_super_old.py:294
Methodmy_collate
(batch)
demo.py:194
Methodmy_collate
(batch)
dataset/dataLoader.py:27
Functionnms
Dispatch to either CPU or GPU NMS implementations. The input can be either a torch tensor or numpy array. GPU NMS will be used if the input i
post_processing/tube_nms.py:84
Functionnms
post_processing/nms/src/nms_cuda.cpp:8
Functionnms
post_processing/nms/src/nms_cpu.cpp:61
Functionnms_cpu_kernel
post_processing/nms/src/nms_cpu.cpp:5
Methodone_frame_pass
(self)
post_processing/tube_iou_matching_old.py:128
Methodone_frame_pass
(self)
post_processing/tube_iou_matching_super_old.py:115
Methodshow
(self, image)
post_processing/tube_iou_matching_old.py:137
Methodshow
(self, image)
post_processing/tube_iou_matching_super_old.py:124
Functionsynchronize
Helper function to synchronize (barrier) among all processes when using distributed training
main.py:28
Methodtrack
Track the GPU memory usage
utils/mem_track.py:49
Methodtubetk_target_single_image
Args: gt_tubes: n_tube, 15 gt_labels: n_tube, 1 points: n_points_total, 3 regress_ranges: n_p
network/track_head.py:364
Functionvis_input
(imgs, img_metas, gt_bboxes, gt_labels, start_frame, stride, out_folder)
Visualization/Vis_Input.py:58
Functionvis_output
(imgs, img_metas, gt_bboxes, stride, out_folder)
Visualization/Vis_Input.py:96
← previous201–287 of 287, ranked by callers