MCPcopy Create free account

hub / github.com/FoundationVision/ByteTrack / functions

Functions1,124 in github.com/FoundationVision/ByteTrack

↓ 30 callersMethodeval
(self, model, evaluator, is_distributed, half=False)
yolox/exp/yolox_base.py:247
↓ 27 callersMethodwrite
(self, buf)
yolox/utils/logger.py:44
↓ 23 callersFunctionget_yolox_datadir
get dataset dir of YOLOX. If environment variable named `YOLOX_DATADIR` is set, this function will return value of the environment variable.
yolox/data/dataloading.py:15
↓ 15 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/transtrack/mot_online/byte_tracker.py:71
↓ 14 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/trades/byte_tracker.py:72
↓ 11 callersMethodsize
(self)
tutorials/ctracker/test.py:45
↓ 11 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/centertrack/byte_tracker.py:71
↓ 10 callersMethodmark_removed
(self)
tutorials/motr/mot_online/basetrack.py:51
↓ 10 callersMethodnext_id
()
tutorials/motr/mot_online/basetrack.py:35
↓ 10 callersFunctiontime_synchronized
pytorch-accurate time
yolox/utils/dist.py:251
↓ 8 callersFunctionget_exp
get Exp object by file or name. If exp_file and exp_name are both provided, get Exp by exp_file. Args: exp_file (str): file path
yolox/exp/build.py:38
↓ 8 callersFunctionsynchronize
Helper function to synchronize (barrier) among all processes when using distributed training
yolox/utils/dist.py:37
↓ 7 callersMethod_make_cbl
(self, _in, _out, ks)
yolox/models/yolo_fpn.py:38
↓ 7 callersMethodget_model
(self, sublinear=False)
exps/default/nano.py:22
↓ 7 callersFunctionis_main_process
()
yolox/utils/dist.py:92
↓ 7 callersMethodmerge
(self, cfg_list)
yolox/exp/base_exp.py:63
↓ 7 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/qdtrack/byte_tracker.py:73
↓ 7 callersMethodupdate
(self, track_instances: Instances)
tutorials/motr/motr.py:313
↓ 7 callersMethodupdate
(self, track_instances: Instances)
tutorials/motr/motr_det.py:313
↓ 6 callersMethod__init__
(self, in_channels, out_channels, ksize=1, stride=1, act="silu")
yolox/models/network_blocks.py:191
↓ 6 callersFunctioncrop
(image, target, region)
tutorials/motr/transforms.py:173
↓ 6 callersFunctionget_model_info
(model, tsize)
yolox/utils/model_utils.py:19
↓ 6 callersFunctionget_world_size
()
yolox/utils/dist.py:51
↓ 6 callersMethodmark_removed
(self)
tutorials/ctracker/mot_online/basetrack.py:51
↓ 6 callersMethodnext_id
()
tutorials/ctracker/mot_online/basetrack.py:35
↓ 6 callersFunctionpostprocess
(prediction, num_classes, conf_thre=0.7, nms_thre=0.45)
yolox/utils/boxes.py:33
↓ 6 callersFunctionread_results
(filename, data_type: str, is_gt=False, is_ignore=False)
tutorials/motr/evaluation.py:22
↓ 6 callersMethodtoc
(self, average=True)
yolox/tracking_utils/timer.py:20
↓ 6 callersFunctionunzip_objs
(objs)
tutorials/motr/evaluation.py:104
↓ 6 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/jde/tracker.py:85
↓ 5 callersFunctionfuse_model
(model)
yolox/utils/model_utils.py:66
↓ 5 callersFunctiongather
Run gather on arbitrary picklable data (not necessarily tensors). Args: data: any picklable object dst (int): destination ra
yolox/utils/dist.py:194
↓ 5 callersMethodget_eval_loader
(self, batch_size, is_distributed, testdev=False)
yolox/exp/yolox_base.py:202
↓ 5 callersMethodinitiate
Create track from unassociated measurement. Parameters ---------- measurement : ndarray Bounding box coordinates (
tutorials/motr/mot_online/kalman_filter.py:49
↓ 5 callersMethodis_confirmed
Returns True if this track is confirmed.
yolox/deepsort_tracker/track.py:152
↓ 5 callersFunctionlaunch
Args: main_func: a function that will be called by `main_func(*args)` num_machines (int): the total number of machines ma
yolox/core/launch.py:40
↓ 5 callersMethodmake_group_layer
starts with conv layer then has `num_blocks` `ResLayer`
yolox/models/darknet.py:59
↓ 5 callersMethodmark_lost
(self)
tutorials/motr/mot_online/basetrack.py:48
↓ 5 callersFunctionpreproc
(image, input_size, mean, std, swap=(2, 0, 1))
yolox/data/data_augment.py:189
↓ 5 callersFunctionsetup_logger
setup logger for training and testing. Args: save_dir(str): location to save log file distributed_rank(int): device rank when mult
yolox/utils/logger.py:64
↓ 5 callersMethodtrain
(self)
yolox/core/trainer.py:69
↓ 5 callersMethodupdate
(self, model)
yolox/utils/ema.py:56
↓ 5 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
yolox/tracker/byte_tracker.py:71
↓ 5 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/qdtrack/tracker_reid_motion.py:89
↓ 5 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/cstrack/tracker.py:93
↓ 5 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/fairmot/tracker.py:101
↓ 4 callersMethodaccumulate
Accumulate per image evaluation results and store the result in self.eval. Does not support changing parameter settings from those u
yolox/layers/fast_coco_eval_api.py:124
↓ 4 callersMethodconvert_to_coco_format
(self, outputs, info_imgs, ids)
yolox/evaluators/mot_evaluator.py:592
↓ 4 callersMethodevaluate_prediction
(self, data_dict, statistics)
yolox/evaluators/mot_evaluator.py:624
↓ 4 callersMethodinitialize_biases
(self, prior_prob)
yolox/models/yolo_head.py:134
↓ 4 callersFunctionmake_layers
(c_in, c_out, repeat_times, is_downsample=False)
yolox/deepsort_tracker/reid_model.py:48
↓ 4 callersMethodmark_removed
(self)
tutorials/qdtrack/mot_online/basetrack.py:51
↓ 4 callersFunctionmatch_name_keywords
(n, name_keywords)
tutorials/transtrack/main_track.py:205
↓ 4 callersMethodnext_id
()
tutorials/qdtrack/mot_online/basetrack.py:35
↓ 4 callersMethodpull_item
(self, index)
yolox/data/datasets/mot.py:93
↓ 4 callersMethodstep
(self, output_results)
tutorials/transtrack/tracker.py:54
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
yolox/motdt_tracker/motdt_tracker.py:160
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
yolox/tracker/byte_tracker.py:115
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/centertrack/byte_tracker.py:115
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/trades/byte_tracker.py:116
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/qdtrack/tracker_reid_motion.py:135
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/qdtrack/byte_tracker.py:117
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/jde/byte_tracker.py:109
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/jde/tracker.py:128
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/cstrack/byte_tracker.py:121
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/cstrack/tracker.py:139
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/transtrack/mot_online/byte_tracker.py:115
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/fairmot/byte_tracker.py:126
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/fairmot/tracker.py:148
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/ctracker/byte_tracker.py:117
↓ 4 callersMethodtlwh_to_xyah
Convert bounding box to format `(center x, center y, aspect ratio, height)`, where the aspect ratio is `width / height`.
tutorials/motr/byte_tracker.py:117
↓ 4 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
yolox/motdt_tracker/motdt_tracker.py:106
↓ 4 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/jde/byte_tracker.py:68
↓ 4 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/cstrack/byte_tracker.py:77
↓ 4 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/fairmot/byte_tracker.py:82
↓ 4 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/ctracker/byte_tracker.py:73
↓ 4 callersMethodupdate
Update a matched track :type new_track: STrack :type frame_id: int :type update_feature: bool :return:
tutorials/motr/byte_tracker.py:73
↓ 4 callersFunctionwrite_results
(filename, results)
yolox/evaluators/mot_evaluator.py:29
↓ 4 callersFunctionwrite_results_no_score
(filename, results)
yolox/evaluators/mot_evaluator.py:42
↓ 3 callersFunction_convert
(image, alpha=1, beta=0)
yolox/data/data_augment.py:151
↓ 3 callersMethod_generate_empty_tracks
(self)
tutorials/motr/motr.py:453
↓ 3 callersMethod_generate_empty_tracks
(self)
tutorials/motr/motr_det.py:453
↓ 3 callersFunction_get_global_gloo_group
Return a process group based on gloo backend, containing all the ranks The result is cached.
yolox/utils/dist.py:97
↓ 3 callersFunctioncal_iou
(rect1, rect2)
tutorials/ctracker/test.py:78
↓ 3 callersMethodeval_file
(self, filename)
tutorials/jde/evaluation.py:69
↓ 3 callersMethodevaluate
COCO average precision (AP) Evaluation. Iterate inference on the test dataset and the results are evaluated by COCO API. NOT
yolox/evaluators/mot_evaluator.py:79
↓ 3 callersMethodget_loss
(self, loss, outputs, gt_instances, indices, num_boxes, **kwargs)
tutorials/motr/motr.py:98
↓ 3 callersMethodget_loss
(self, loss, outputs, gt_instances, indices, num_boxes, **kwargs)
tutorials/motr/motr_det.py:98
↓ 3 callersFunctionget_rank
()
yolox/utils/dist.py:59
↓ 3 callersMethodget_summary
(accs, names, metrics=('mota', 'num_switches', 'idp', 'idr', 'idf1', 'precision', 'recall'))
tutorials/jde/evaluation.py:83
↓ 3 callersMethodinitiate
Create track from unassociated measurement. Parameters ---------- measurement : ndarray Bounding box coordinates
tutorials/ctracker/mot_online/kalman_filter.py:54
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
yolox/tracker/byte_tracker.py:292
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/centertrack/byte_tracker.py:312
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/trades/byte_tracker.py:314
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/qdtrack/tracker_reid_motion.py:347
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/qdtrack/byte_tracker.py:303
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/jde/byte_tracker.py:331
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/jde/tracker.py:376
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/cstrack/byte_tracker.py:340
↓ 3 callersFunctionjoint_stracks
(tlista, tlistb)
tutorials/cstrack/tracker.py:382
next →1–100 of 1,124, ranked by callers