LICENSE
README.md
pyproject.toml
setup.py
tailcyclenet/__init__.py
tailcyclenet/adopt.py
tailcyclenet/box_prompt.py
tailcyclenet/checkpoints.py
tailcyclenet/crop.py
tailcyclenet/dataset.py
tailcyclenet/distributed.py
tailcyclenet/format.py
tailcyclenet/losses.py
tailcyclenet/memory.py
tailcyclenet/metrics.py
tailcyclenet/model.py
tailcyclenet/optim.py
tailcyclenet/query_encoder.py
tailcyclenet/render.py
tailcyclenet/unfreeze.py
tailcyclenet/video.py
tailcyclenet.egg-info/PKG-INFO
tailcyclenet.egg-info/SOURCES.txt
tailcyclenet.egg-info/dependency_links.txt
tailcyclenet.egg-info/requires.txt
tailcyclenet.egg-info/top_level.txt
tailcyclenet/detector/__init__.py
tailcyclenet/detector/assign.py
tailcyclenet/detector/associate.py
tailcyclenet/detector/config.py
tailcyclenet/detector/data.py
tailcyclenet/detector/evaluate.py
tailcyclenet/detector/identity.py
tailcyclenet/detector/pretrained.py
tailcyclenet/detector/track.py
tailcyclenet/detector/vit_backbone.py
tailcyclenet/detector/yolox.py
tailcyclenet/infer/__init__.py
tailcyclenet/infer/cli.py
tailcyclenet/infer/driver.py
tailcyclenet/infer/predictions.py
tailcyclenet/infer/store.py
tailcyclenet/infer/window.py
tests/test_adopt.py
tests/test_box_prompt.py
tests/test_combine_roots.py
tests/test_convert_apt_lbl.py
tests/test_dataset.py
tests/test_detector.py
tests/test_distributed.py
tests/test_format.py
tests/test_infer.py
tests/test_losses.py
tests/test_memory_budget.py
tests/test_metrics.py
tests/test_model.py
tests/test_optim.py
tests/test_render.py
tests/test_render_dataset.py
tests/test_train.py
tests/test_video.py