.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/api.rst
docs/conf.py
docs/future-modules.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/tracking.rst
docs/_static/bee.png
src/beehaviourlab/__init__.py
src/beehaviourlab/_version.py
src/beehaviourlab/cli.py
src/beehaviourlab.egg-info/PKG-INFO
src/beehaviourlab.egg-info/SOURCES.txt
src/beehaviourlab.egg-info/dependency_links.txt
src/beehaviourlab.egg-info/entry_points.txt
src/beehaviourlab.egg-info/requires.txt
src/beehaviourlab.egg-info/top_level.txt
src/beehaviourlab/config/__init__.py
src/beehaviourlab/config/cli.py
src/beehaviourlab/config/load_config.py
src/beehaviourlab/config/tracking_config.yaml
src/beehaviourlab/tracking/__init__.py
src/beehaviourlab/tracking/batch_process.py
src/beehaviourlab/tracking/custom_tracker.yaml
src/beehaviourlab/tracking/extract_flow_info.py
src/beehaviourlab/tracking/fix_ids.py
src/beehaviourlab/tracking/process_video.py
src/beehaviourlab/tracking/tracking_video_visualiser.py
src/beehaviourlab/tracking/yolo_predict_to_file.py
src/beehaviourlab/tracking/model/feeder_bee_YOLO.pt
tests/conftest.py
tests/test_batch_process.py
tests/test_cli.py
tests/test_config_cli.py
tests/test_extract_flow_info.py
tests/test_fix_ids.py
tests/test_process_video.py
tests/test_tracking_video_visualiser.py
tests/test_yolo_predict_to_file.py
tests/test_yolo_predict_to_file_integration.py
tests/data/sample_vid.mp4
tests/data/sample_vid_yolo_tracking_fixed_ids.csv
tests/data/sample_vid_yolo_tracking_fixed_ids_velocity.csv
tests/data/sample_vid_yolo_tracking_raw.csv