README.md
pyproject.toml
src/spine_segment/__init__.py
src/spine_segment/api.py
src/spine_segment/backend.py
src/spine_segment/backend_template.py
src/spine_segment/checkpoint_mapping.py
src/spine_segment/cli.py
src/spine_segment/compartments.py
src/spine_segment/device.py
src/spine_segment/graph_resources.py
src/spine_segment/io.py
src/spine_segment/labels.py
src/spine_segment/landmarks.py
src/spine_segment/model_bundle.py
src/spine_segment/native_torch_backend.py
src/spine_segment/outputs.py
src/spine_segment/postprocess.py
src/spine_segment/preprocess.py
src/spine_segment/process_body_relabel.py
src/spine_segment/pytorch_models.py
src/spine_segment/sequence_solver.py
src/spine_segment/tiling.py
src/spine_segment.egg-info/PKG-INFO
src/spine_segment.egg-info/SOURCES.txt
src/spine_segment.egg-info/dependency_links.txt
src/spine_segment.egg-info/entry_points.txt
src/spine_segment.egg-info/requires.txt
src/spine_segment.egg-info/top_level.txt
src/spine_segment/resources/__init__.py
src/spine_segment/resources/possible_successors.pickle
src/spine_segment/resources/units_distances.pickle
tests/test_api.py
tests/test_checkpoint_mapping.py
tests/test_cli.py
tests/test_compartments.py
tests/test_device.py
tests/test_model_bundle.py
tests/test_native_torch_backend.py
tests/test_outputs.py
tests/test_postprocess.py
tests/test_preprocess.py
tests/test_process_body_relabel.py
tests/test_resources.py
tests/test_sequence_solver.py
tests/test_tiling.py