LICENSE README.md setup.cfg setup.py /data/si/steam/ByteTrack/yolox/layers/csrc/vision.cpp /data/si/steam/ByteTrack/yolox/layers/csrc/cocoeval/cocoeval.cpp deploy/ONNXRuntime/onnx_inference.py exps/default/nano.py exps/default/yolov3.py exps/default/yolox_l.py exps/default/yolox_m.py exps/default/yolox_s.py exps/default/yolox_tiny.py exps/default/yolox_x.py exps/example/mot/yolox_l_mix_det.py exps/example/mot/yolox_m_mix_det.py exps/example/mot/yolox_nano_mix_det.py exps/example/mot/yolox_s_mix_det.py exps/example/mot/yolox_tiny_mix_det.py exps/example/mot/yolox_x_ablation.py exps/example/mot/yolox_x_ch.py exps/example/mot/yolox_x_mix_det.py exps/example/mot/yolox_x_mix_mot20_ch.py exps/example/mot/yolox_x_mot17_half.py tools/convert_cityperson_to_coco.py tools/convert_crowdhuman_to_coco.py tools/convert_ethz_to_coco.py tools/convert_mot17_to_coco.py tools/convert_mot20_to_coco.py tools/convert_video.py tools/demo_track.py tools/export_onnx.py tools/interpolation.py tools/mix_data_ablation.py tools/mix_data_test_mot17.py tools/mix_data_test_mot20.py tools/mota.py tools/track.py tools/track_deepsort.py tools/track_motdt.py tools/track_sort.py tools/train.py tools/trt.py tools/txt2video.py tutorials/centertrack/byte_tracker.py tutorials/centertrack/opts.py tutorials/centertrack/tracker.py tutorials/centertrack/mot_online/basetrack.py tutorials/centertrack/mot_online/kalman_filter.py tutorials/centertrack/mot_online/matching.py tutorials/cstrack/byte_tracker.py tutorials/cstrack/tracker.py tutorials/ctracker/byte_tracker.py tutorials/ctracker/eval_motchallenge.py tutorials/ctracker/generate_half_csv.py tutorials/ctracker/test.py tutorials/ctracker/test_byte.py tutorials/ctracker/mot_online/basetrack.py tutorials/ctracker/mot_online/kalman_filter.py tutorials/ctracker/mot_online/matching.py tutorials/fairmot/byte_tracker.py tutorials/fairmot/tracker.py tutorials/jde/byte_tracker.py tutorials/jde/evaluation.py tutorials/jde/track_half.py tutorials/jde/tracker.py tutorials/motr/byte_tracker.py tutorials/motr/eval.py tutorials/motr/evaluation.py tutorials/motr/joint.py tutorials/motr/motr.py tutorials/motr/motr_det.py tutorials/motr/transforms.py tutorials/motr/mot_online/basetrack.py tutorials/motr/mot_online/kalman_filter.py tutorials/motr/mot_online/matching.py tutorials/qdtrack/byte_tracker.py tutorials/qdtrack/qdtrack.py tutorials/qdtrack/tracker_reid_motion.py tutorials/qdtrack/mot_online/basetrack.py tutorials/qdtrack/mot_online/kalman_filter.py tutorials/qdtrack/mot_online/matching.py tutorials/trades/byte_tracker.py tutorials/trades/opts.py tutorials/trades/tracker.py tutorials/trades/mot_online/basetrack.py tutorials/trades/mot_online/kalman_filter.py tutorials/trades/mot_online/matching.py tutorials/transtrack/engine_track.py tutorials/transtrack/main_track.py tutorials/transtrack/save_track.py tutorials/transtrack/tracker.py tutorials/transtrack/mot_online/basetrack.py tutorials/transtrack/mot_online/byte_tracker.py tutorials/transtrack/mot_online/kalman_filter.py tutorials/transtrack/mot_online/matching.py yolox/__init__.py yolox.egg-info/PKG-INFO yolox.egg-info/SOURCES.txt yolox.egg-info/dependency_links.txt yolox.egg-info/top_level.txt yolox/core/__init__.py yolox/core/launch.py yolox/core/trainer.py yolox/data/__init__.py yolox/data/data_augment.py yolox/data/data_prefetcher.py yolox/data/dataloading.py yolox/data/samplers.py yolox/data/datasets/__init__.py yolox/data/datasets/datasets_wrapper.py yolox/data/datasets/mosaicdetection.py yolox/data/datasets/mot.py yolox/deepsort_tracker/deepsort.py yolox/deepsort_tracker/detection.py yolox/deepsort_tracker/iou_matching.py yolox/deepsort_tracker/kalman_filter.py yolox/deepsort_tracker/linear_assignment.py yolox/deepsort_tracker/reid_model.py yolox/deepsort_tracker/track.py yolox/evaluators/__init__.py yolox/evaluators/coco_evaluator.py yolox/evaluators/evaluation.py yolox/evaluators/mot_evaluator.py yolox/exp/__init__.py yolox/exp/base_exp.py yolox/exp/build.py yolox/exp/yolox_base.py yolox/layers/__init__.py yolox/layers/fast_coco_eval_api.py yolox/models/__init__.py yolox/models/darknet.py yolox/models/losses.py yolox/models/network_blocks.py yolox/models/yolo_fpn.py yolox/models/yolo_head.py yolox/models/yolo_pafpn.py yolox/models/yolox.py yolox/motdt_tracker/basetrack.py yolox/motdt_tracker/kalman_filter.py yolox/motdt_tracker/matching.py yolox/motdt_tracker/motdt_tracker.py yolox/motdt_tracker/reid_model.py yolox/sort_tracker/sort.py yolox/tracker/basetrack.py yolox/tracker/byte_tracker.py yolox/tracker/kalman_filter.py yolox/tracker/matching.py yolox/tracking_utils/evaluation.py yolox/tracking_utils/io.py yolox/tracking_utils/timer.py yolox/utils/__init__.py yolox/utils/allreduce_norm.py yolox/utils/boxes.py yolox/utils/checkpoint.py yolox/utils/demo_utils.py yolox/utils/dist.py yolox/utils/ema.py yolox/utils/logger.py yolox/utils/lr_scheduler.py yolox/utils/metric.py yolox/utils/model_utils.py yolox/utils/setup_env.py yolox/utils/visualize.py