omnimira 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. omnimira-0.2.0/LICENSE +194 -0
  2. omnimira-0.2.0/MODEL_LICENSE.md +16 -0
  3. omnimira-0.2.0/PKG-INFO +95 -0
  4. omnimira-0.2.0/README.md +68 -0
  5. omnimira-0.2.0/THIRD_PARTY_NOTICES.md +22 -0
  6. omnimira-0.2.0/omnimira/__init__.py +24 -0
  7. omnimira-0.2.0/omnimira/atlas.py +370 -0
  8. omnimira-0.2.0/omnimira/cli.py +9 -0
  9. omnimira-0.2.0/omnimira/dataset.py +130 -0
  10. omnimira-0.2.0/omnimira/inference.py +296 -0
  11. omnimira-0.2.0/omnimira/io.py +234 -0
  12. omnimira-0.2.0/omnimira/losses.py +254 -0
  13. omnimira-0.2.0/omnimira/models/__init__.py +23 -0
  14. omnimira-0.2.0/omnimira/models/omnimira.py +403 -0
  15. omnimira-0.2.0/omnimira/models/v9.py +53 -0
  16. omnimira-0.2.0/omnimira/pretrained.py +46 -0
  17. omnimira-0.2.0/omnimira/schema.py +133 -0
  18. omnimira-0.2.0/omnimira/visualization.py +127 -0
  19. omnimira-0.2.0/omnimira.egg-info/PKG-INFO +95 -0
  20. omnimira-0.2.0/omnimira.egg-info/SOURCES.txt +46 -0
  21. omnimira-0.2.0/omnimira.egg-info/dependency_links.txt +1 -0
  22. omnimira-0.2.0/omnimira.egg-info/entry_points.txt +2 -0
  23. omnimira-0.2.0/omnimira.egg-info/requires.txt +13 -0
  24. omnimira-0.2.0/omnimira.egg-info/top_level.txt +2 -0
  25. omnimira-0.2.0/omnimira_release/__init__.py +1 -0
  26. omnimira-0.2.0/omnimira_release/assets/atlases/atlas_label_sources.json +17 -0
  27. omnimira-0.2.0/omnimira_release/checkpoints/LICENSE.md +11 -0
  28. omnimira-0.2.0/omnimira_release/configs/input_contract.yaml +116 -0
  29. omnimira-0.2.0/omnimira_release/configs/output_schema.json +37 -0
  30. omnimira-0.2.0/pyproject.toml +51 -0
  31. omnimira-0.2.0/setup.cfg +4 -0
  32. omnimira-0.2.0/tests/test_atlas.py +125 -0
  33. omnimira-0.2.0/tests/test_atlas_assets.py +24 -0
  34. omnimira-0.2.0/tests/test_dataset.py +48 -0
  35. omnimira-0.2.0/tests/test_inference.py +109 -0
  36. omnimira-0.2.0/tests/test_io.py +83 -0
  37. omnimira-0.2.0/tests/test_losses.py +140 -0
  38. omnimira-0.2.0/tests/test_manifest_normalization.py +68 -0
  39. omnimira-0.2.0/tests/test_manifest_validation.py +54 -0
  40. omnimira-0.2.0/tests/test_model_forward.py +112 -0
  41. omnimira-0.2.0/tests/test_output_schema.py +160 -0
  42. omnimira-0.2.0/tests/test_prepare_pretraining_cache.py +56 -0
  43. omnimira-0.2.0/tests/test_pretrain_smoke.py +180 -0
  44. omnimira-0.2.0/tests/test_pretrained_v9.py +8 -0
  45. omnimira-0.2.0/tests/test_pretraining_input_audit.py +65 -0
  46. omnimira-0.2.0/tests/test_public_release_contract.py +226 -0
  47. omnimira-0.2.0/tests/test_release_utils.py +131 -0
  48. omnimira-0.2.0/tests/test_visualization.py +22 -0
omnimira-0.2.0/LICENSE ADDED
@@ -0,0 +1,194 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship made available under
36
+ the License, as indicated by a copyright notice that is included in
37
+ or attached to the work (an example is provided in the Appendix below).
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
48
+ in the Work by the copyright owner or by an individual or Legal Entity
49
+ authorized to submit on behalf of the copyright owner. For the purposes
50
+ of this definition, "submitted" means any form of electronic, verbal,
51
+ or written communication sent to the Licensor or its representatives,
52
+ including but not limited to communication on electronic mailing lists,
53
+ source code control systems, and issue tracking systems that are managed
54
+ by, or on behalf of, the Licensor for the purpose of discussing and
55
+ improving the Work, but excluding communication that is conspicuously
56
+ marked or designated in writing by the copyright owner as "Not a
57
+ Contribution."
58
+
59
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
60
+ whom a Contribution has been received by the Licensor and included
61
+ within the Work.
62
+
63
+ 2. Grant of Copyright License. Subject to the terms and conditions of
64
+ this License, each Contributor hereby grants to You a perpetual,
65
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
66
+ copyright license to reproduce, prepare Derivative Works of,
67
+ publicly display, publicly perform, sublicense, and distribute the
68
+ Work and such Derivative Works in Source or Object form.
69
+
70
+ 3. Grant of Patent License. Subject to the terms and conditions of
71
+ this License, each Contributor hereby grants to You a perpetual,
72
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
73
+ (except as stated in this section) patent license to make, have made,
74
+ use, offer to sell, sell, import, and otherwise transfer the Work,
75
+ where such license applies only to those patent claims licensable
76
+ by such Contributor that are necessarily infringed by their
77
+ Contribution(s) alone or by the combination of their Contribution(s)
78
+ with the Work to which such Contribution(s) was submitted. If You
79
+ institute patent litigation against any entity (including a cross-claim
80
+ or counterclaim in a lawsuit) alleging that the Work or any other
81
+ Contribution embodied within the Work constitutes direct or contributory
82
+ patent infringement, then any patent licenses granted to You under
83
+ this License for that Work shall terminate as of the date such
84
+ litigation is filed.
85
+
86
+ 4. Redistribution. You may reproduce and distribute copies of the
87
+ Work or Derivative Works thereof in any medium, with or without
88
+ modifications, and in Source or Object form, provided that You
89
+ meet the following conditions:
90
+
91
+ (a) You must give any other recipients of the Work or Derivative
92
+ Works a copy of this License; and
93
+
94
+ (b) You must cause any modified files to carry prominent notices
95
+ stating that You changed the files; and
96
+
97
+ (c) You must retain, in the Source form of any Derivative Works
98
+ that You distribute, all copyright, patent, trademark, and
99
+ attribution notices from the Source form of the Work,
100
+ excluding those notices that do not pertain to any part of
101
+ the Derivative Works; and
102
+
103
+ (d) If the Work includes a "NOTICE" text file as part of its
104
+ distribution, You must include a readable copy of the
105
+ attribution notices contained within such NOTICE file, in
106
+ at least one of the following places: within a NOTICE text
107
+ file distributed as part of the Derivative Works; within
108
+ the Source form or documentation, if provided along with the
109
+ Derivative Works; or, within a display generated by the
110
+ Derivative Works, if and wherever such third-party notices
111
+ normally appear. The contents of the NOTICE file are for
112
+ informational purposes only and do not modify the License.
113
+ You may add Your own attribution notices within Derivative
114
+ Works that You distribute, alongside or in addition to the
115
+ NOTICE text from the Work, provided that such additional
116
+ attribution notices cannot be construed as modifying the License.
117
+
118
+ You may add Your own license statement for Your modifications and
119
+ may provide additional grant of rights to use, reproduce, modify,
120
+ and distribute Your modifications, or for such Derivative Works as
121
+ a whole, under terms of Your choice, provided Your use,
122
+ reproduction, and distribution of the Work otherwise complies with
123
+ the conditions stated in this License.
124
+
125
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
126
+ any Contribution intentionally submitted for inclusion in the Work
127
+ by You to the Licensor shall be under the terms and conditions of
128
+ this License, without any additional terms or conditions.
129
+ Notwithstanding the above, nothing herein shall supersede or modify
130
+ the terms of any separate license agreement you may have executed
131
+ with Licensor regarding such Contributions.
132
+
133
+ 6. Trademarks. This License does not grant permission to use the trade
134
+ names, trademarks, service marks, or product names of the Licensor,
135
+ except as required for reasonable and customary use in describing the
136
+ origin of the Work and reproducing the content of the NOTICE file.
137
+
138
+ 7. Disclaimer of Warranty. Unless required by applicable law or
139
+ agreed to in writing, Licensor provides the Work (and each
140
+ Contributor provides its Contributions) on an "AS IS" BASIS,
141
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
142
+ implied, including, without limitation, any warranties or conditions
143
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
144
+ PARTICULAR PURPOSE. You are solely responsible for determining the
145
+ appropriateness of using or reproducing the Work and assume any
146
+ risks associated with Your exercise of permissions under this License.
147
+
148
+ 8. Limitation of Liability. In no event and under no legal theory,
149
+ whether in tort (including negligence), contract, or otherwise,
150
+ unless required by applicable law (such as deliberate and grossly
151
+ negligent acts) or agreed to in writing, shall any Contributor be
152
+ liable to You for damages, including any direct, indirect, special,
153
+ incidental, or exemplary damages of any character arising as a
154
+ result of this License or out of the use or inability to use the
155
+ Work (including but not limited to damages for loss of goodwill,
156
+ work stoppage, computer failure or malfunction, or all other
157
+ commercial damages or losses), even if such Contributor has been
158
+ advised of the possibility of such damages.
159
+
160
+ 9. Accepting Warranty or Liability. While redistributing the Work or
161
+ Derivative Works thereof, You may choose to offer, and charge a fee
162
+ for, acceptance of support, warranty, indemnity, or other liability
163
+ obligations and/or rights consistent with this License. However, in
164
+ accepting such obligations, You may offer such obligations only on
165
+ Your own behalf and on Your sole responsibility, not on behalf of
166
+ any other Contributor, and only if You agree to indemnify, defend,
167
+ and hold each Contributor harmless for any liability incurred by,
168
+ or claims asserted against, such Contributor by reason of your
169
+ accepting any such warranty or additional liability.
170
+
171
+ END OF TERMS AND CONDITIONS
172
+
173
+ APPENDIX: How to apply the Apache License to your work.
174
+
175
+ To apply the Apache License to your work, attach the following
176
+ boilerplate notice, with the fields enclosed by brackets "[]"
177
+ replaced with your own identifying information. (Don't include
178
+ the brackets!) The text should be enclosed in the appropriate
179
+ comment syntax for the format in question. Please also attach a
180
+ copy of the license to your work, if possible, as a separate file.
181
+
182
+ Copyright 2026 OmniMIRA authors
183
+
184
+ Licensed under the Apache License, Version 2.0 (the "License");
185
+ you may not use this file except in compliance with the License.
186
+ You may obtain a copy of the License at
187
+
188
+ http://www.apache.org/licenses/LICENSE-2.0
189
+
190
+ Unless required by applicable law or agreed to in writing, software
191
+ distributed under the License is distributed on an "AS IS" BASIS,
192
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
193
+ implied. See the License for the specific language governing
194
+ permissions and limitations under the License.
@@ -0,0 +1,16 @@
1
+ # OmniMIRA model-weight license
2
+
3
+ The pretrained OmniMIRA checkpoint files distributed with this project are
4
+ licensed under the Creative Commons Attribution-NonCommercial 4.0
5
+ International License (CC BY-NC 4.0):
6
+
7
+ https://creativecommons.org/licenses/by-nc/4.0/
8
+
9
+ You may share and adapt the model weights provided that you give appropriate
10
+ credit, provide a link to the license, indicate whether changes were made, and
11
+ do not use the weights or derivatives for commercial purposes. No warranties
12
+ are provided. This weight license does not change the Apache License 2.0 that
13
+ applies to the source code, and it does not grant rights to third-party data,
14
+ atlases, templates, trademarks, or clinical use.
15
+
16
+ Copyright 2026 OmniMIRA authors.
@@ -0,0 +1,95 @@
1
+ Metadata-Version: 2.4
2
+ Name: omnimira
3
+ Version: 0.2.0
4
+ Summary: OmniMIRA: per-ROI universal brain feature space
5
+ License-Expression: Apache-2.0
6
+ Classifier: Development Status :: 4 - Beta
7
+ Classifier: Intended Audience :: Science/Research
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ License-File: MODEL_LICENSE.md
14
+ License-File: THIRD_PARTY_NOTICES.md
15
+ Requires-Dist: torch>=2.0
16
+ Requires-Dist: numpy>=1.23
17
+ Requires-Dist: nibabel>=5.0
18
+ Requires-Dist: scipy>=1.10
19
+ Requires-Dist: pyyaml>=6.0
20
+ Provides-Extra: viz
21
+ Requires-Dist: matplotlib>=3.5; extra == "viz"
22
+ Provides-Extra: demo
23
+ Requires-Dist: matplotlib>=3.5; extra == "demo"
24
+ Requires-Dist: gradio>=4.0; extra == "demo"
25
+ Requires-Dist: nilearn>=0.10; extra == "demo"
26
+ Dynamic: license-file
27
+
28
+ # OmniMIRA
29
+
30
+ ### An anatomically indexed foundation model across structural, molecular and metabolic neuroimaging
31
+
32
+ OmniMIRA learns brain-region representations from T1-weighted MRI, amyloid PET, FDG PET and CT. It combines local image features within atlas-defined regions, allowing the same embeddings to be used for downstream prediction and regional analysis.
33
+
34
+ ## Release status
35
+
36
+ Version 0.2 provides the OmniMIRA v9 inference architecture, its multi-atlas resources and an epoch-1000 checkpoint. It produces anatomically indexed features and is intended for research use, not clinical diagnosis.
37
+
38
+ ## Installation
39
+
40
+ Requires Python 3.9 or later and PyTorch 2.0 or later.
41
+
42
+ ```bash
43
+ pip install omnimira
44
+ ```
45
+
46
+ ## Usage
47
+
48
+ The wheel contains the checkpoint, model-space templates and atlas definitions. Input NIfTI images must already be spatially normalized to MNI space. The package resamples them to the committed model grid and applies modality-specific intensity normalization.
49
+
50
+ ```python
51
+ from omnimira import from_pretrained
52
+
53
+ model = from_pretrained(device="cpu")
54
+ features = model.extract("scan_mni.nii.gz", modality="t1")
55
+ print(features["aal3"].shape) # (166, 128)
56
+ ```
57
+
58
+ The command-line interface writes an NPZ with ROI identifiers, names and features:
59
+
60
+ ```bash
61
+ omnimira scan_mni.nii.gz features.npz --modality t1
62
+ ```
63
+
64
+ The output contains 128-dimensional embeddings for each region: 166 AAL3 regions, 69 Harvard–Oxford regions and 7 Yeo networks.
65
+
66
+ The modality options are `t1` (T1-weighted MRI), `av45` (amyloid PET), `fdg` (FDG PET) and `ct` (CT).
67
+
68
+ ## Documentation
69
+
70
+ - [Input preparation](docs/input_preparation.md)
71
+ - [Atlas setup](docs/atlas_setup.md)
72
+ - [Output format](docs/output_format.md)
73
+ - [Model architecture](docs/model_architecture.md)
74
+ - [Pretraining](docs/training.md)
75
+
76
+ ## Tests
77
+
78
+ Model and loss tests use synthetic inputs:
79
+
80
+ ```bash
81
+ pip install pytest
82
+ python -m pytest -q tests/test_model_forward.py tests/test_losses.py
83
+ ```
84
+
85
+ The full test suite also requires the atlas and template files.
86
+
87
+ ## Questions
88
+
89
+ For questions about the code, please [open an issue](https://github.com/YixinChen-AI/MIRA-Brain-FM/issues).
90
+
91
+ ## License
92
+
93
+ Source code is available under the [Apache 2.0 license](LICENSE). The bundled pretrained model weights are licensed separately under [CC BY-NC 4.0](MODEL_LICENSE.md), which does not permit commercial use. Third-party resources have [separate terms](THIRD_PARTY_NOTICES.md).
94
+
95
+ For research use only; not for clinical diagnosis.
@@ -0,0 +1,68 @@
1
+ # OmniMIRA
2
+
3
+ ### An anatomically indexed foundation model across structural, molecular and metabolic neuroimaging
4
+
5
+ OmniMIRA learns brain-region representations from T1-weighted MRI, amyloid PET, FDG PET and CT. It combines local image features within atlas-defined regions, allowing the same embeddings to be used for downstream prediction and regional analysis.
6
+
7
+ ## Release status
8
+
9
+ Version 0.2 provides the OmniMIRA v9 inference architecture, its multi-atlas resources and an epoch-1000 checkpoint. It produces anatomically indexed features and is intended for research use, not clinical diagnosis.
10
+
11
+ ## Installation
12
+
13
+ Requires Python 3.9 or later and PyTorch 2.0 or later.
14
+
15
+ ```bash
16
+ pip install omnimira
17
+ ```
18
+
19
+ ## Usage
20
+
21
+ The wheel contains the checkpoint, model-space templates and atlas definitions. Input NIfTI images must already be spatially normalized to MNI space. The package resamples them to the committed model grid and applies modality-specific intensity normalization.
22
+
23
+ ```python
24
+ from omnimira import from_pretrained
25
+
26
+ model = from_pretrained(device="cpu")
27
+ features = model.extract("scan_mni.nii.gz", modality="t1")
28
+ print(features["aal3"].shape) # (166, 128)
29
+ ```
30
+
31
+ The command-line interface writes an NPZ with ROI identifiers, names and features:
32
+
33
+ ```bash
34
+ omnimira scan_mni.nii.gz features.npz --modality t1
35
+ ```
36
+
37
+ The output contains 128-dimensional embeddings for each region: 166 AAL3 regions, 69 Harvard–Oxford regions and 7 Yeo networks.
38
+
39
+ The modality options are `t1` (T1-weighted MRI), `av45` (amyloid PET), `fdg` (FDG PET) and `ct` (CT).
40
+
41
+ ## Documentation
42
+
43
+ - [Input preparation](docs/input_preparation.md)
44
+ - [Atlas setup](docs/atlas_setup.md)
45
+ - [Output format](docs/output_format.md)
46
+ - [Model architecture](docs/model_architecture.md)
47
+ - [Pretraining](docs/training.md)
48
+
49
+ ## Tests
50
+
51
+ Model and loss tests use synthetic inputs:
52
+
53
+ ```bash
54
+ pip install pytest
55
+ python -m pytest -q tests/test_model_forward.py tests/test_losses.py
56
+ ```
57
+
58
+ The full test suite also requires the atlas and template files.
59
+
60
+ ## Questions
61
+
62
+ For questions about the code, please [open an issue](https://github.com/YixinChen-AI/MIRA-Brain-FM/issues).
63
+
64
+ ## License
65
+
66
+ Source code is available under the [Apache 2.0 license](LICENSE). The bundled pretrained model weights are licensed separately under [CC BY-NC 4.0](MODEL_LICENSE.md), which does not permit commercial use. Third-party resources have [separate terms](THIRD_PARTY_NOTICES.md).
67
+
68
+ For research use only; not for clinical diagnosis.
@@ -0,0 +1,22 @@
1
+ # Third-party resources
2
+
3
+ The repository code is offered under Apache License 2.0 as stated in
4
+ `LICENSE`. The OmniMIRA pretrained checkpoint is offered separately under
5
+ CC BY-NC 4.0 as stated in `MODEL_LICENSE.md`. Neither license automatically
6
+ grants rights to atlas data, upstream datasets, or other third-party assets.
7
+
8
+ | Asset | Source/version | SHA256 | Redistribution status |
9
+ |---|---|---|---|
10
+ | AAL3v1 label volume | AAL3v1, Rolls et al. 2020, NITRC AAL project | `aa44bb1767594f560e811cd917fee5833c2f843b81a8febd614db20284b11a34` | Unverified |
11
+ | AAL3v1 labels | internal label export corresponding to AAL3v1 | `5c643d5bef449948af5d92f116cc2eeb670777a500882ce6e523a033837ffd08` | Unverified |
12
+ | Harvard-Oxford-69 | derived from FSL Harvard-Oxford cortical and subcortical max-probability atlases through nilearn | `9ad6acc55d44c988bf30e997737d20aa6b94453624f4669bdad39f3a7a104e2e` | FSL documents Harvard--Oxford under CC BY-SA 4.0; attribution and derivative distribution review remains open |
13
+ | Yeo-7-Network | Yeo et al. 2011 7-network parcellation obtained through nilearn | `5b13f9eebcfdb103455a4a424f762f936a2df1c4c185ae3726f4eff68e3cf1a7` | Upstream redistribution terms unverified |
14
+
15
+ Raw third-party atlas images are not distributed in the Python package. The
16
+ package contains a compact model-space ROI membership contract and reference
17
+ grids needed to reproduce model inference; these do not include source cohort
18
+ images or upstream training data.
19
+
20
+ The file versions required by the implementation are listed in
21
+ [Atlas setup](docs/atlas_setup.md). The hashes identify those versions;
22
+ they do not grant permission to redistribute the files.
@@ -0,0 +1,24 @@
1
+ """OmniMIRA — per-ROI universal brain feature space."""
2
+ from omnimira.models.omnimira import OmniMIRA, HeadSpec, HEAD_FAMILIES
3
+ from omnimira.inference import (
4
+ extract_roi_features,
5
+ load_omnimira,
6
+ save_roi_features,
7
+ source_metadata,
8
+ validate_source_metadata,
9
+ )
10
+ from omnimira.atlas import AtlasMeta, build_patch_to_roi_lookup
11
+ from omnimira.io import load_volume
12
+ from omnimira.pretrained import OmniMIRAExtractor, from_pretrained
13
+ from omnimira.losses import OmniMIRALoss, LOSS_REGISTRY
14
+
15
+ __all__ = [
16
+ "OmniMIRA", "HeadSpec", "HEAD_FAMILIES",
17
+ "load_omnimira", "extract_roi_features", "save_roi_features",
18
+ "source_metadata", "validate_source_metadata",
19
+ "AtlasMeta", "build_patch_to_roi_lookup",
20
+ "load_volume",
21
+ "OmniMIRAExtractor", "from_pretrained",
22
+ "OmniMIRALoss", "LOSS_REGISTRY",
23
+ ]
24
+ __version__ = "0.2.0"