.cursorrules
.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
overview.png
pyproject.toml
setup.cfg
.github/workflows/python-package-conda.yml
artwork/icon.pdf
artwork/icon.png
artwork/icon.svg
artwork/icon_squared.pdf
artwork/icon_squared.svg
artwork/trackastra_logo.pdf
artwork/trackastra_logo.png
artwork/trackastra_logo.svg
docs/icons/docker-mark-blue.png
docs/icons/terminal-cli-fill.256x224.png
scripts/example_config.yaml
scripts/train.py
tests/test_augmentations.py
tests/test_cli.py
tests/test_data.py
tests/test_features.py
tests/test_inference_api.py
tests/test_matching.py
tests/test_model.py
tests/test_pretrained.py
tests/test_train.py
trackastra/__init__.py
trackastra/_version.py
trackastra/cli.py
trackastra.egg-info/PKG-INFO
trackastra.egg-info/SOURCES.txt
trackastra.egg-info/dependency_links.txt
trackastra.egg-info/entry_points.txt
trackastra.egg-info/requires.txt
trackastra.egg-info/top_level.txt
trackastra/data/__init__.py
trackastra/data/_check_ctc.py
trackastra/data/_compute_overlap.py
trackastra/data/augmentations.py
trackastra/data/data.py
trackastra/data/distributed.py
trackastra/data/example_data.py
trackastra/data/features.py
trackastra/data/matching.py
trackastra/data/utils.py
trackastra/data/wrfeat.py
trackastra/data/resources/Fluo-N3DH-CHO_02_ERR_SEG.tif
trackastra/data/resources/Fluo-N3DH-CHO_02_img.tif
trackastra/data/resources/Fluo_Hela_02_ERR_SEG.tif
trackastra/data/resources/Fluo_Hela_02_img.tif
trackastra/data/resources/trpL_150310-11_img.tif
trackastra/data/resources/trpL_150310-11_mask.tif
trackastra/model/__init__.py
trackastra/model/model.py
trackastra/model/model_api.py
trackastra/model/model_parts.py
trackastra/model/predict.py
trackastra/model/pretrained.json
trackastra/model/pretrained.py
trackastra/model/rope.py
trackastra/tracking/__init__.py
trackastra/tracking/ilp.py
trackastra/tracking/track_graph.py
trackastra/tracking/tracking.py
trackastra/tracking/utils.py
trackastra/utils/__init__.py
trackastra/utils/utils.py