README.md
pyproject.toml
src/mtbsync/__init__.py
src/mtbsync/batch.py
src/mtbsync/cli.py
src/mtbsync/dashboard.py
src/mtbsync/export.py
src/mtbsync/importers.py
src/mtbsync/telemetry.py
src/mtbsync/viewer.py
src/mtbsync.egg-info/PKG-INFO
src/mtbsync.egg-info/SOURCES.txt
src/mtbsync.egg-info/dependency_links.txt
src/mtbsync.egg-info/entry_points.txt
src/mtbsync.egg-info/requires.txt
src/mtbsync.egg-info/top_level.txt
src/mtbsync/align/__init__.py
src/mtbsync/features/__init__.py
src/mtbsync/features/descriptors.py
src/mtbsync/features/keyframes.py
src/mtbsync/io/__init__.py
src/mtbsync/io/gps.py
src/mtbsync/io/video.py
src/mtbsync/markers/__init__.py
src/mtbsync/match/__init__.py
src/mtbsync/match/local.py
src/mtbsync/match/marker_transfer.py
src/mtbsync/match/retrieval.py
src/mtbsync/match/timewarp.py
src/mtbsync/ui/__init__.py
tests/test_batch_basic.py
tests/test_batch_no_gpu.py
tests/test_cli_marker_overlay.py
tests/test_cli_marker_transfer.py
tests/test_cli_parse.py
tests/test_dashboard_enhancements.py
tests/test_dashboard_poc.py
tests/test_descriptors.py
tests/test_export_formats.py
tests/test_export_presets.py
tests/test_gps.py
tests/test_gps_vectorised.py
tests/test_importers.py
tests/test_keyframes.py
tests/test_local_refine.py
tests/test_marker_transfer.py
tests/test_marker_transfer_visual.py
tests/test_perf_parallel.py
tests/test_retrieval.py
tests/test_telemetry.py
tests/test_telemetry_gpu.py
tests/test_timewarp.py
tests/test_video_io.py
tests/test_viewer_headless.py