LICENSE.md
README.md
pyproject.toml
megabouts/__init__.py
megabouts.egg-info/PKG-INFO
megabouts.egg-info/SOURCES.txt
megabouts.egg-info/dependency_links.txt
megabouts.egg-info/requires.txt
megabouts.egg-info/top_level.txt
megabouts/classification/__init__.py
megabouts/classification/classification.py
megabouts/classification/transformer_network.py
megabouts/classification/transformer_weights.pt
megabouts/classification/transformer_weights_old.pt
megabouts/config/__init__.py
megabouts/config/base_config.py
megabouts/config/preprocessing_config.py
megabouts/config/segmentation_config.py
megabouts/config/sparse_coding_config.py
megabouts/pipeline/__init__.py
megabouts/pipeline/base_pipeline.py
megabouts/pipeline/freely_swimming_pipeline.py
megabouts/pipeline/head_restrained_pipeline.py
megabouts/preprocessing/__init__.py
megabouts/preprocessing/tail_baseline.py
megabouts/preprocessing/tail_preprocessing.py
megabouts/preprocessing/traj_preprocessing.py
megabouts/segmentation/__init__.py
megabouts/segmentation/segmentation.py
megabouts/sparse_coding/__init__.py
megabouts/sparse_coding/sparse_coding.py
megabouts/tracking_data/__init__.py
megabouts/tracking_data/convert_tracking.py
megabouts/tracking_data/load_example.py
megabouts/tracking_data/tracking_data.py
megabouts/tracking_data/example_dataset/__init__.py
megabouts/tracking_data/example_dataset/example_fulltracking_SLEAP_350fps.csv
megabouts/tracking_data/example_dataset/example_headrestrained_DLC_250fps.csv
megabouts/tracking_data/example_dataset/example_highres_posture_700fps.csv
megabouts/tracking_data/example_dataset/example_zebrabox_SLEAP_25fps.csv
megabouts/utils/__init__.py
megabouts/utils/data_utils.py
megabouts/utils/math_utils.py
megabouts/utils/plots_utils.py
megabouts/utils/smallestenclosingcircle.py
megabouts/utils/time_utils.py
tests/test_tracking.py