LICENSE
MANIFEST.in
README.md
pyproject.toml
src/flexray.egg-info/PKG-INFO
src/flexray.egg-info/SOURCES.txt
src/flexray.egg-info/dependency_links.txt
src/flexray.egg-info/entry_points.txt
src/flexray.egg-info/requires.txt
src/flexray.egg-info/top_level.txt
src/fxr/__init__.py
src/fxr/augmentation/__init__.py
src/fxr/augmentation/experiment.py
src/fxr/augmentation/pipeline.py
src/fxr/augmentation/presets.py
src/fxr/augmentation/transforms.py
src/fxr/callbacks/__init__.py
src/fxr/callbacks/builtin.py
src/fxr/callbacks/config.py
src/fxr/callbacks/contexts.py
src/fxr/callbacks/runner.py
src/fxr/config/__init__.py
src/fxr/config/_proportions.py
src/fxr/config/core.py
src/fxr/config/identity.py
src/fxr/config/imports.py
src/fxr/config/training.py
src/fxr/configs/__init__.py
src/fxr/configs/augmentations/CT_base.yml
src/fxr/configs/augmentations/Xray_base.yml
src/fxr/configs/augmentations/base_light.yml
src/fxr/configs/cluster/example_slurm.yml
src/fxr/configs/colormaps/all_structures_flexray_v4.yml
src/fxr/configs/dataset_layouts/training.yml
src/fxr/configs/datasets/DarwinCVD19.yml
src/fxr/configs/datasets/DeepFluoro.yml
src/fxr/configs/datasets/ElbowCT.yml
src/fxr/configs/datasets/ElbowLat.yml
src/fxr/configs/datasets/FootBones.yml
src/fxr/configs/datasets/HANSeg.yml
src/fxr/configs/datasets/HandBones.yml
src/fxr/configs/datasets/HipRay.yml
src/fxr/configs/datasets/JRST.yml
src/fxr/configs/datasets/KidneyStone.yml
src/fxr/configs/datasets/LowerLimbs.yml
src/fxr/configs/datasets/MOOSE.yml
src/fxr/configs/datasets/MURA_FOREARM.yml
src/fxr/configs/datasets/MURA_HUMERUS.yml
src/fxr/configs/datasets/MendeleyCXR.yml
src/fxr/configs/datasets/PedsCT.yml
src/fxr/configs/datasets/RAM-W600.yml
src/fxr/configs/datasets/RSNAFrac.yml
src/fxr/configs/datasets/ShoulderCT.yml
src/fxr/configs/datasets/ShoulderMonch.yml
src/fxr/configs/datasets/ThoracoaMonch.yml
src/fxr/configs/datasets/VinDr-Rib.yml
src/fxr/configs/eval_contracts/all_structures_flexray_v4.yml
src/fxr/configs/models/all_structures_flexray_v4.yml
src/fxr/configs/protocols/all_structures_flexray_v4.yml
src/fxr/configs/training/UNet_FleXray_default.yml
src/fxr/configs/training/base.yml
src/fxr/datasets/__init__.py
src/fxr/datasets/__main__.py
src/fxr/datasets/_thunderdb.py
src/fxr/datasets/builders.py
src/fxr/datasets/cli.py
src/fxr/datasets/composition.py
src/fxr/datasets/ct_crops.py
src/fxr/datasets/inspect.py
src/fxr/datasets/nifti.py
src/fxr/datasets/packaging.py
src/fxr/datasets/preprocessing.py
src/fxr/datasets/remap.py
src/fxr/datasets/runtime.py
src/fxr/datasets/sampling.py
src/fxr/datasets/scaffold.py
src/fxr/datasets/schemas.py
src/fxr/datasets/storage.py
src/fxr/drr/__init__.py
src/fxr/drr/intrinsics.py
src/fxr/drr/isocenter.py
src/fxr/drr/poses.py
src/fxr/drr/rendering.py
src/fxr/drr/subjects.py
src/fxr/experiment/__init__.py
src/fxr/experiment/_collation.py
src/fxr/experiment/_device.py
src/fxr/experiment/_loader_config.py
src/fxr/experiment/_metrics.py
src/fxr/experiment/_wandb.py
src/fxr/experiment/base.py
src/fxr/experiment/batch_inputs.py
src/fxr/experiment/callbacks.py
src/fxr/experiment/compile.py
src/fxr/experiment/drr_forward.py
src/fxr/experiment/ema.py
src/fxr/experiment/initialization.py
src/fxr/experiment/label_projection.py
src/fxr/experiment/protocol_resolve.py
src/fxr/experiment/segmentation.py
src/fxr/experiment/train.py
src/fxr/inference/__init__.py
src/fxr/inference/_devices.py
src/fxr/inference/artifacts.py
src/fxr/inference/cli.py
src/fxr/inference/convert_omniax_run.py
src/fxr/inference/dicom.py
src/fxr/inference/postprocessing.py
src/fxr/inference/preprocessing.py
src/fxr/inference/probabilities.py
src/fxr/inference/runner.py
src/fxr/inference/segmenter.py
src/fxr/inference/tta.py
src/fxr/launch/__init__.py
src/fxr/launch/__main__.py
src/fxr/launch/_extras.py
src/fxr/launch/cli.py
src/fxr/launch/cluster.py
src/fxr/launch/entrypoints.py
src/fxr/launch/exp_config.py
src/fxr/launch/readiness.py
src/fxr/launch/render.py
src/fxr/launch/render_cli.py
src/fxr/launch/run.py
src/fxr/launch/submit.py
src/fxr/launch/submit_cli.py
src/fxr/launch/sweep.py
src/fxr/losses/__init__.py
src/fxr/losses/_config.py
src/fxr/losses/combo.py
src/fxr/losses/functional.py
src/fxr/losses/routed.py
src/fxr/losses/segmentation.py
src/fxr/mcp/__init__.py
src/fxr/mcp/_extras.py
src/fxr/mcp/cli.py
src/fxr/mcp/inference_tools.py
src/fxr/mcp/models.py
src/fxr/mcp/protocol_tools.py
src/fxr/mcp/server.py
src/fxr/metrics/__init__.py
src/fxr/metrics/_onehot.py
src/fxr/metrics/segmentation.py
src/fxr/models/__init__.py
src/fxr/models/unet.py
src/fxr/models/camera/__init__.py
src/fxr/models/camera/config.py
src/fxr/models/camera/labels.py
src/fxr/models/camera/runtime.py
src/fxr/models/nn/__init__.py
src/fxr/models/nn/blocks.py
src/fxr/protocols/__init__.py
src/fxr/protocols/__main__.py
src/fxr/protocols/cli.py
src/fxr/protocols/compiler.py
src/fxr/protocols/introspect.py
src/fxr/protocols/io.py
src/fxr/protocols/registry.py
src/fxr/protocols/run_config.py
src/fxr/protocols/schemas.py