MCPcopy Create free account

hub / github.com/FoundationVision/ByteTrack / functions

Functions1,124 in github.com/FoundationVision/ByteTrack

↓ 1 callersMethodpost_process
(self, dets, meta)
tutorials/fairmot/byte_tracker.py:184
↓ 1 callersMethodpre_continuous_frames
(self, start, end, interval=1)
tutorials/motr/joint.py:162
↓ 1 callersMethodpredict
Propagate track state distributions one time step forward. This function should be called once every time step, before `update`.
yolox/deepsort_tracker/deepsort.py:36
↓ 1 callersMethodpredict
Advances the state vector and returns the predicted bounding box estimate.
yolox/sort_tracker/sort.py:122
↓ 1 callersMethodprepare_cfg
(self, kwargs)
tutorials/qdtrack/qdtrack.py:33
↓ 1 callersFunctionpyobj2tensor
serialize picklable python object to tensor
yolox/utils/allreduce_norm.py:41
↓ 1 callersFunctionrandom_perspective
( img, targets=(), degrees=10, translate=0.1, scale=0.1, shear=10, perspective=0.0
yolox/data/data_augment.py:54
↓ 1 callersMethodrandom_resize
(self, data_loader, epoch, rank, is_distributed)
yolox/exp/yolox_base.py:140
↓ 1 callersMethodre_activate
(self, new_track, frame_id, image, new_id=False)
yolox/motdt_tracker/motdt_tracker.py:90
↓ 1 callersFunctionredirect_sys_output
(log_level="INFO")
yolox/utils/logger.py:58
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
yolox/tracker/byte_tracker.py:317
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/centertrack/byte_tracker.py:337
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/trades/byte_tracker.py:339
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/qdtrack/tracker_reid_motion.py:372
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/qdtrack/byte_tracker.py:328
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/jde/byte_tracker.py:354
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/jde/tracker.py:399
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/cstrack/byte_tracker.py:365
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/cstrack/tracker.py:407
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/transtrack/mot_online/byte_tracker.py:329
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/fairmot/byte_tracker.py:378
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/fairmot/tracker.py:440
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/ctracker/byte_tracker.py:318
↓ 1 callersFunctionremove_duplicate_stracks
(stracksa, stracksb)
tutorials/motr/byte_tracker.py:314
↓ 1 callersFunctionreplace_module
Replace given type in module to a new type. mostly used in deploy. Args: module (nn.Module): model to apply replace operation.
yolox/utils/model_utils.py:77
↓ 1 callersMethodreset
(self)
tutorials/centertrack/byte_tracker.py:167
↓ 1 callersMethodreset
(self)
tutorials/centertrack/tracker.py:25
↓ 1 callersMethodreset
(self)
tutorials/trades/byte_tracker.py:168
↓ 1 callersMethodreset
(self)
tutorials/trades/tracker.py:30
↓ 1 callersMethodresume_train
(self, model)
yolox/core/trainer.py:266
↓ 1 callersFunctionrun_each_dataset
(model_dir, retinanet, dataset_path, subset, cur_dataset)
tutorials/ctracker/test_byte.py:47
↓ 1 callersFunctionsave_checkpoint
(state, is_best, save_dir, model_name="")
yolox/utils/checkpoint.py:37
↓ 1 callersMethodsave_summary
(summary, filename)
tutorials/jde/evaluation.py:100
↓ 1 callersFunctionsave_track
(results, out_root, video_to_images, video_names, data_split='val')
tutorials/transtrack/save_track.py:12
↓ 1 callersMethodself_tracking
(self, image)
yolox/motdt_tracker/motdt_tracker.py:66
↓ 1 callersMethodstep
(self, results_with_low, public_det=None)
tutorials/trades/tracker.py:39
↓ 1 callersFunctiontensor2pyobj
deserialize tensor to picklable python object
yolox/utils/allreduce_norm.py:47
↓ 1 callersFunctiontensor_to_numpy
(tensor: torch.Tensor)
tutorials/motr/eval.py:129
↓ 1 callersMethodto_xyah
(self)
yolox/motdt_tracker/motdt_tracker.py:169
↓ 1 callersFunctiontrack_det_match
(tracklet_list, det_rect_list, min_iou = 0.5)
tutorials/ctracker/test.py:103
↓ 1 callersMethodtracklet_score
(self)
yolox/motdt_tracker/motdt_tracker.py:172
↓ 1 callersMethodtrain_in_epoch
(self)
yolox/core/trainer.py:78
↓ 1 callersMethodtrain_in_iter
(self)
yolox/core/trainer.py:84
↓ 1 callersFunctiontrain_one_epoch
(model: torch.nn.Module, criterion: torch.nn.Module, data_loader: Iterable, optimizer: tor
tutorials/transtrack/engine_track.py:26
↓ 1 callersMethodtrain_one_iter
(self)
yolox/core/trainer.py:90
↓ 1 callersFunctiontxt2img
(visual_path="visual_val_gt")
tools/txt2video.py:99
↓ 1 callersMethodupdate
Perform measurement update and track management. Parameters ---------- detections : List[deep_sort.detection.Detection]
yolox/deepsort_tracker/deepsort.py:48
↓ 1 callersMethodupdate
(self, output_results, img_info, img_size, img_file_name)
yolox/deepsort_tracker/deepsort.py:168
↓ 1 callersMethodupdate
(self, output_results, img_info, img_size, img_file_name)
yolox/motdt_tracker/motdt_tracker.py:204
↓ 1 callersMethodupdate
(self, output_results)
tutorials/transtrack/mot_online/byte_tracker.py:160
↓ 1 callersMethodupdate
(self, det_bboxes, scores)
tutorials/ctracker/byte_tracker.py:165
↓ 1 callersMethodupdate_attr
(self, model, include=(), exclude=("process_group", "reducer"))
yolox/utils/ema.py:70
↓ 1 callersMethodupdate_dataset_info_and_set_heads
(self, opt, dataset)
tutorials/centertrack/opts.py:332
↓ 1 callersMethodupdate_dataset_info_and_set_heads
(self, opt, dataset)
tutorials/trades/opts.py:349
↓ 1 callersMethodupdate_lr
(self, iters)
yolox/utils/lr_scheduler.py:33
↓ 1 callersFunctionvis_feature
(frame_id,seq_num,img,track_features, det_features, cost_matrix, cost_matrix_det, cost_matrix_track,max_num=5,
tutorials/cstrack/byte_tracker.py:380
↓ 1 callersFunctionvis_feature
(frame_id,seq_num,img,track_features, det_features, cost_matrix, cost_matrix_det, cost_matrix_track,max_num=5,
tutorials/cstrack/tracker.py:422
↓ 1 callersMethodvisualize_img_with_bbox
(img_path, img, dt_instances: Instances, ref_pts=None, gt_boxes=None)
tutorials/motr/eval.py:370
↓ 1 callersFunctionwrite_results
(filename, results, data_type)
tutorials/jde/track_half.py:20
↓ 1 callersFunctionwrite_results
(filename, results)
tutorials/ctracker/test_byte.py:25
↓ 1 callersMethodwrite_results
(txt_path, frame_id, bbox_xyxy, identities)
tutorials/motr/eval.py:351
↓ 1 callersFunctionwrite_results_score
(filename, results)
tools/interpolation.py:53
Method__call__
(self, im_crops)
yolox/deepsort_tracker/reid_model.py:140
Method__call__
(self, image, targets, input_dim)
yolox/data/data_augment.py:221
Method__call__
(self, img, res, input_size)
yolox/data/data_augment.py:297
Method__call__
(self, img, target)
tutorials/motr/transforms.py:312
Method__call__
(self, imgs: list, targets: list)
tutorials/motr/transforms.py:318
Method__call__
(self, imgs: list, targets: list)
tutorials/motr/transforms.py:333
Method__call__
(self, imgs: list, targets: list)
tutorials/motr/transforms.py:349
Method__call__
(self, imgs: list, targets: list)
tutorials/motr/transforms.py:377
Method__call__
(self, img: PIL.Image.Image, target: dict)
tutorials/motr/transforms.py:409
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:417
Method__call__
(self, img, target)
tutorials/motr/transforms.py:434
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:443
Method__call__
(self, img, target)
tutorials/motr/transforms.py:461
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:468
Method__call__
(self, img, target=None)
tutorials/motr/transforms.py:486
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:492
Method__call__
(self, img, target)
tutorials/motr/transforms.py:507
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:514
Method__call__
(self, img, target)
tutorials/motr/transforms.py:536
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:547
Method__call__
(self, img, target)
tutorials/motr/transforms.py:554
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:559
Method__call__
(self, img, target)
tutorials/motr/transforms.py:571
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:576
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:585
Method__call__
(self, image, target=None)
tutorials/motr/transforms.py:599
Method__call__
(self, imgs, targets=None)
tutorials/motr/transforms.py:616
Method__call__
(self, imgs, targets)
tutorials/motr/transforms.py:647
Method__getitem__
One image / label pair for the given index is picked up and pre-processed. Args: index (int): data index Return
yolox/data/datasets/mot.py:107
Method__getitem__
(self, idx)
yolox/data/datasets/mosaicdetection.py:77
Method__getitem__
(self, index)
yolox/data/datasets/datasets_wrapper.py:41
Method__getitem__
(self, idx)
tutorials/motr/joint.py:171
Method__init__
( self, model, exp, trt_file=None, decoder=None, device=torch.
tools/demo_track.py:118
Method__init__
(self, args)
deploy/ONNXRuntime/onnx_inference.py:75
Method__init__
(self, window_size=50)
yolox/utils/metric.py:56
Method__init__
(self, window_size=20)
yolox/utils/metric.py:101
Method__init__
Args: model (nn.Module): model to apply EMA. decay (float): ema decay reate. updates (int): counter of EM
yolox/utils/ema.py:41
Method__init__
Args: level(str): log level string of loguru. Default value: "INFO". caller_names(tuple): caller names of redirected
yolox/utils/logger.py:33
← previousnext →501–600 of 1,124, ranked by callers