LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
boxmot/__init__.py
boxmot/tracker_zoo.py
boxmot.egg-info/PKG-INFO
boxmot.egg-info/SOURCES.txt
boxmot.egg-info/dependency_links.txt
boxmot.egg-info/requires.txt
boxmot.egg-info/top_level.txt
boxmot/appearance/__init__.py
boxmot/appearance/reid_export.py
boxmot/appearance/reid_model_factory.py
boxmot/appearance/reid_multibackend.py
boxmot/appearance/backbones/__init__.py
boxmot/appearance/backbones/hacnn.py
boxmot/appearance/backbones/mlfn.py
boxmot/appearance/backbones/mobilenetv2.py
boxmot/appearance/backbones/osnet.py
boxmot/appearance/backbones/osnet_ain.py
boxmot/appearance/backbones/resnet.py
boxmot/appearance/backbones/resnet_ibn_a.py
boxmot/appearance/backbones/resnet_ibn_b.py
boxmot/appearance/backbones/clip/__init__.py
boxmot/appearance/backbones/clip/make_model.py
boxmot/appearance/backbones/clip/make_model_clipreid.py
boxmot/appearance/backbones/clip/clip/__init__.py
boxmot/appearance/backbones/clip/clip/bpe_simple_vocab_16e6.txt.gz
boxmot/appearance/backbones/clip/clip/clip.py
boxmot/appearance/backbones/clip/clip/model.py
boxmot/appearance/backbones/clip/clip/simple_tokenizer.py
boxmot/appearance/backbones/clip/config/__init__.py
boxmot/appearance/backbones/clip/config/defaults.py
boxmot/appearance/backbones/clip/config/defaults_base.py
boxmot/appearance/backbones/lmbn/__init__.py
boxmot/appearance/backbones/lmbn/attention.py
boxmot/appearance/backbones/lmbn/bnneck.py
boxmot/appearance/backbones/lmbn/lmbn_n.py
boxmot/configs/__init__.py
boxmot/configs/botsort.yaml
boxmot/configs/bytetrack.yaml
boxmot/configs/deepocsort.yaml
boxmot/configs/hybridsort.yaml
boxmot/configs/ocsort.yaml
boxmot/configs/strongsort.yaml
boxmot/motion/__init__.py
boxmot/motion/cmc/__init__.py
boxmot/motion/cmc/cmc_interface.py
boxmot/motion/cmc/ecc.py
boxmot/motion/cmc/orb.py
boxmot/motion/cmc/sift.py
boxmot/motion/cmc/sof.py
boxmot/motion/kalman_filters/__init__.py
boxmot/motion/kalman_filters/botsort_kf.py
boxmot/motion/kalman_filters/bytetrack_kf.py
boxmot/motion/kalman_filters/deepocsort_kf.py
boxmot/motion/kalman_filters/hybridsort_kf.py
boxmot/motion/kalman_filters/ocsort_kf.py
boxmot/motion/kalman_filters/strongsort_kf.py
boxmot/postprocessing/__init__.py
boxmot/postprocessing/gsi.py
boxmot/trackers/__init__.py
boxmot/trackers/botsort/__init__.py
boxmot/trackers/botsort/basetrack.py
boxmot/trackers/botsort/bot_sort.py
boxmot/trackers/bytetrack/__init__.py
boxmot/trackers/bytetrack/basetrack.py
boxmot/trackers/bytetrack/byte_tracker.py
boxmot/trackers/deepocsort/__init__.py
boxmot/trackers/deepocsort/deep_ocsort.py
boxmot/trackers/hybridsort/__init__.py
boxmot/trackers/hybridsort/association.py
boxmot/trackers/hybridsort/hybridsort.py
boxmot/trackers/ocsort/__init__.py
boxmot/trackers/ocsort/ocsort.py
boxmot/trackers/strongsort/__init__.py
boxmot/trackers/strongsort/strong_sort.py
boxmot/trackers/strongsort/sort/__init__.py
boxmot/trackers/strongsort/sort/detection.py
boxmot/trackers/strongsort/sort/iou_matching.py
boxmot/trackers/strongsort/sort/linear_assignment.py
boxmot/trackers/strongsort/sort/track.py
boxmot/trackers/strongsort/sort/tracker.py
boxmot/utils/__init__.py
boxmot/utils/association.py
boxmot/utils/checks.py
boxmot/utils/iou.py
boxmot/utils/matching.py
boxmot/utils/ops.py
boxmot/utils/torch_utils.py