LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
motionscore/__init__.py
motionscore/cli.py
motionscore/config.py
motionscore/model_registry.py
motionscore/utils.py
motionscore/dataset/__init__.py
motionscore/dataset/discovery.py
motionscore/dataset/layout.py
motionscore/dataset/models.py
motionscore/explain/__init__.py
motionscore/explain/gradcam.py
motionscore/inference/__init__.py
motionscore/inference/model.py
motionscore/inference/preprocessing.py
motionscore/inference/scoring.py
motionscore/inference/torch_model.py
motionscore/io/__init__.py
motionscore/io/aim.py
motionscore/review/__init__.py
motionscore/review/preview.py
motionscore/review/store.py
motionscore/training/__init__.py
motionscore/training/prepare.py
motionscore/training/trainer.py
motionscorehrpqct.egg-info/PKG-INFO
motionscorehrpqct.egg-info/SOURCES.txt
motionscorehrpqct.egg-info/dependency_links.txt
motionscorehrpqct.egg-info/entry_points.txt
motionscorehrpqct.egg-info/requires.txt
motionscorehrpqct.egg-info/top_level.txt
tests/test_cli_backends.py
tests/test_cli_commands.py
tests/test_derivative_layout.py
tests/test_discovery.py
tests/test_equivalence_gate.py
tests/test_explain_gradcam.py
tests/test_inference_runtime_units.py
tests/test_io_aim_helpers.py
tests/test_model_backend_resolution.py
tests/test_model_registry.py
tests/test_predict_scan_streaming.py
tests/test_preview_png.py
tests/test_review_store.py
tests/test_train_prepare.py