MCPcopy Create free account

hub / github.com/FoundationVision/ByteTrack / types & classes

Types & classes177 in github.com/FoundationVision/ByteTrack

↓ 24 callersClassTrainTransform
yolox/data/data_augment.py:214
↓ 21 callersClassBaseConv
A Conv2d -> Batchnorm -> silu/leaky relu block
yolox/models/network_blocks.py:29
↓ 20 callersClassMOTDataset
COCO dataset class.
yolox/data/datasets/mot.py:11
↓ 14 callersClassDataLoader
Lightnet dataloader that enables on the fly resizing of the images. See :class:`torch.utils.data.DataLoader` for more information on the argu
yolox/data/dataloading.py:29
↓ 13 callersClassYoloBatchSampler
This batch sampler will generate mini-batches of (dim, index) tuples from another sampler. It works just like the :class:`torch.utils.data.sa
yolox/data/samplers.py:14
↓ 12 callersClassInfiniteSampler
In training, we only care about the "infinite stream" of training data. So this sampler produces an infinite stream of indices and all wo
yolox/data/samplers.py:40
↓ 12 callersClassMosaicDetection
Detection dataset wrapper that performs mixup for normal dataset.
yolox/data/datasets/mosaicdetection.py:37
↓ 11 callersClassCOCOEvaluator
COCO AP Evaluation class. All the data in the val2017 dataset are processed and evaluated by COCO API.
yolox/evaluators/coco_evaluator.py:27
↓ 11 callersClassValTransform
Defines the transformations that should be applied to test PIL image for input into the network dimension -> tensorize -> color adj
yolox/data/data_augment.py:273
↓ 8 callersClassCSPLayer
C3 in yolov5, CSP Bottleneck with 3 convolutions
yolox/models/network_blocks.py:147
↓ 8 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh conta
tutorials/motr/mot_online/kalman_filter.py:22
↓ 7 callersClassInception
yolox/motdt_tracker/reid_model.py:110
↓ 6 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh co
tutorials/ctracker/mot_online/kalman_filter.py:22
↓ 5 callersClassYOLOXHead
yolox/models/yolo_head.py:19
↓ 4 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh co
tutorials/qdtrack/mot_online/kalman_filter.py:22
↓ 4 callersClassMOTEvaluator
COCO AP Evaluation class. All the data in the val2017 dataset are processed and evaluated by COCO API.
yolox/evaluators/mot_evaluator.py:55
↓ 4 callersClassTimer
A simple timer.
yolox/tracking_utils/timer.py:4
↓ 4 callersClassYOLOPAFPN
YOLOv3 model. Darknet 53 is the default backbone of this model.
yolox/models/yolo_pafpn.py:12
↓ 4 callersClassYOLOX
YOLOX model module. The module list is defined by create_yolov3_modules function. The network returns loss values from three YOLO layers duri
yolox/models/yolox.py:11
↓ 3 callersClassBYTETracker
yolox/tracker/byte_tracker.py:145
↓ 3 callersClassBYTETracker
tutorials/jde/byte_tracker.py:137
↓ 3 callersClassDarknet
yolox/models/darknet.py:10
↓ 3 callersClassEvaluator
tutorials/jde/evaluation.py:9
↓ 3 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh co
yolox/tracker/kalman_filter.py:23
↓ 3 callersClassModel
yolox/motdt_tracker/reid_model.py:200
↓ 2 callersClassBYTETracker
tutorials/transtrack/mot_online/byte_tracker.py:145
↓ 2 callersClassBasicBlock
yolox/deepsort_tracker/reid_model.py:10
↓ 2 callersClassDeepSort
yolox/deepsort_tracker/deepsort.py:155
↓ 2 callersClassDetMOTDetection
tutorials/motr/joint.py:26
↓ 2 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh co
tutorials/centertrack/mot_online/kalman_filter.py:22
↓ 2 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh conta
tutorials/trades/mot_online/kalman_filter.py:22
↓ 2 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh co
tutorials/transtrack/mot_online/kalman_filter.py:23
↓ 2 callersClassOnlineTracker
yolox/motdt_tracker/motdt_tracker.py:183
↓ 2 callersClassSPPBottleneck
Spatial pyramid pooling layer used in YOLOv3-SPP
yolox/models/network_blocks.py:122
↓ 2 callersClassSTrack
yolox/motdt_tracker/motdt_tracker.py:19
↓ 2 callersClassSTrack
yolox/tracker/byte_tracker.py:13
↓ 2 callersClassSTrack
tutorials/centertrack/byte_tracker.py:13
↓ 2 callersClassSTrack
tutorials/trades/byte_tracker.py:14
↓ 2 callersClassSTrack
tutorials/qdtrack/tracker_reid_motion.py:15
↓ 2 callersClassSTrack
tutorials/qdtrack/byte_tracker.py:15
↓ 2 callersClassSTrack
tutorials/jde/byte_tracker.py:11
↓ 2 callersClassSTrack
tutorials/jde/tracker.py:12
↓ 2 callersClassSTrack
tutorials/cstrack/byte_tracker.py:21
↓ 2 callersClassSTrack
tutorials/cstrack/tracker.py:21
↓ 2 callersClassSTrack
tutorials/transtrack/mot_online/byte_tracker.py:13
↓ 2 callersClassSTrack
tutorials/fairmot/byte_tracker.py:23
↓ 2 callersClassSTrack
tutorials/fairmot/tracker.py:23
↓ 2 callersClassSTrack
tutorials/ctracker/byte_tracker.py:15
↓ 2 callersClassSTrack
tutorials/motr/byte_tracker.py:15
↓ 2 callersClassSort
yolox/sort_tracker/sort.py:187
↓ 2 callersClasstracklet
tutorials/ctracker/test.py:50
↓ 1 callersClassBYTETracker
tutorials/qdtrack/byte_tracker.py:147
↓ 1 callersClassBYTETracker
tutorials/ctracker/byte_tracker.py:147
↓ 1 callersClassBYTETracker
tutorials/motr/byte_tracker.py:147
↓ 1 callersClassBottleneck
yolox/models/network_blocks.py:79
↓ 1 callersClassCSPDarknet
yolox/models/darknet.py:97
↓ 1 callersClassClipMatcher
tutorials/motr/motr.py:38
↓ 1 callersClassClipMatcher
tutorials/motr/motr_det.py:38
↓ 1 callersClassDataPrefetcher
DataPrefetcher is inspired by code of following file: https://github.com/NVIDIA/apex/blob/master/examples/imagenet/main_amp.py It could s
yolox/data/data_prefetcher.py:13
↓ 1 callersClassDetection
This class represents a bounding box detection in a single image. Parameters ---------- tlwh : array_like Bounding box in for
yolox/deepsort_tracker/detection.py:5
↓ 1 callersClassDetector
tutorials/motr/eval.py:287
↓ 1 callersClassEvaluator
tutorials/motr/evaluation.py:113
↓ 1 callersClassExtractor
yolox/deepsort_tracker/reid_model.py:108
↓ 1 callersClassFocus
Focus width and height information into channel space.
yolox/models/network_blocks.py:188
↓ 1 callersClassGoogLeNet
yolox/motdt_tracker/reid_model.py:152
↓ 1 callersClassIOUloss
yolox/models/losses.py:10
↓ 1 callersClassKalmanBoxTracker
This class represents the internal state of individual tracked objects observed as bbox.
yolox/sort_tracker/sort.py:83
↓ 1 callersClassKalmanFilter
A simple Kalman filter for tracking bounding boxes in image space. The 8-dimensional state space x, y, a, h, vx, vy, va, vh co
yolox/motdt_tracker/kalman_filter.py:23
↓ 1 callersClassLRScheduler
yolox/utils/lr_scheduler.py:9
↓ 1 callersClassMOTR
tutorials/motr/eval.py:167
↓ 1 callersClassMOTR
tutorials/motr/motr.py:368
↓ 1 callersClassMOTR
tutorials/motr/motr_det.py:368
↓ 1 callersClassMeterBuffer
Computes and stores the average and current value
yolox/utils/metric.py:98
↓ 1 callersClassModelEMA
Model Exponential Moving Average from https://github.com/rwightman/pytorch-image-models Keep a moving average of everything in the model stat
yolox/utils/ema.py:30
↓ 1 callersClassNearestNeighborDistanceMetric
yolox/deepsort_tracker/deepsort.py:129
↓ 1 callersClassNet
yolox/deepsort_tracker/reid_model.py:58
↓ 1 callersClassPredictor
tools/demo_track.py:117
↓ 1 callersClassPredictor
deploy/ONNXRuntime/onnx_inference.py:74
↓ 1 callersClassResLayer
Residual layer with `in_channels` inputs.
yolox/models/network_blocks.py:104
↓ 1 callersClassRuntimeTrackerBase
tutorials/motr/motr.py:303
↓ 1 callersClassRuntimeTrackerBase
tutorials/motr/motr_det.py:303
↓ 1 callersClassStreamToLoguru
stream object that redirects writes to a logger instance.
yolox/utils/logger.py:28
↓ 1 callersClassTrack
A single target track with state space `(x, y, a, h)` and associated velocities, where `(x, y)` is the center of the bounding box, `a` is the
yolox/deepsort_tracker/track.py:18
↓ 1 callersClassTracker
yolox/deepsort_tracker/deepsort.py:25
↓ 1 callersClassTrackerPostProcess
This module converts the model's output into the format expected by the coco api
tutorials/motr/motr.py:328
↓ 1 callersClassTrackerPostProcess
This module converts the model's output into the format expected by the coco api
tutorials/motr/motr_det.py:328
↓ 1 callersClassTrainer
yolox/core/trainer.py:33
↓ 1 callersClassYOLOFPN
YOLOFPN module. Darknet 53 is the default backbone of this model.
yolox/models/yolo_fpn.py:12
↓ 1 callersClassdetect_rect
tutorials/ctracker/test.py:30
ClassAverageMeter
Track a series of values and provide access to smoothed values over a window or the global series average.
yolox/utils/metric.py:51
ClassBYTETracker
tutorials/centertrack/byte_tracker.py:146
ClassBYTETracker
tutorials/trades/byte_tracker.py:147
ClassBYTETracker
tutorials/qdtrack/tracker_reid_motion.py:165
ClassBYTETracker
tutorials/cstrack/byte_tracker.py:151
ClassBYTETracker
tutorials/fairmot/byte_tracker.py:156
ClassBaseExp
Basic class for any experiment.
yolox/exp/base_exp.py:17
ClassBaseTrack
yolox/motdt_tracker/basetrack.py:13
ClassBaseTrack
yolox/tracker/basetrack.py:12
ClassBaseTrack
tutorials/centertrack/mot_online/basetrack.py:12
ClassBaseTrack
tutorials/trades/mot_online/basetrack.py:12
next →1–100 of 177, ranked by callers