Update README.md
Browse files
README.md
CHANGED
|
@@ -57,8 +57,12 @@ inputs = {'image': '/data/Task09_Spleen/imagesTs/spleen_15.nii.gz', 'label_promp
|
|
| 57 |
```
|
| 58 |
Note: For brain structure segmentation, current model only support standard brain T1 images. The brain T1 images must be preprocessed with skull stripping and normalization. Follow https://github.com/junyuchen245/MIR/tree/main/tutorials/brain_MRI_preprocessing to process the brain images
|
| 59 |
```
|
|
|
|
|
|
|
| 60 |
|
| 61 |
-
|
|
|
|
|
|
|
| 62 |
NVIDIA OneWay Non-Commercial License for academic research purposes
|
| 63 |
|
| 64 |
https://developer.download.nvidia.com/licenses/NVIDIA-OneWay-Noncommercial-License-22Mar2022.pdf?t=eyJscyI6InJlZiIsImxzZCI6IlJFRi1naXRodWIuY29tL252aWRpYS1ob2xvc2NhbiJ9
|
|
|
|
| 57 |
```
|
| 58 |
Note: For brain structure segmentation, current model only support standard brain T1 images. The brain T1 images must be preprocessed with skull stripping and normalization. Follow https://github.com/junyuchen245/MIR/tree/main/tutorials/brain_MRI_preprocessing to process the brain images
|
| 59 |
```
|
| 60 |
+
### Code License
|
| 61 |
+
This project includes code licensed under the Apache License 2.0. You may obtain a copy of the License at
|
| 62 |
|
| 63 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 64 |
+
|
| 65 |
+
### Model License/Terms of Use:
|
| 66 |
NVIDIA OneWay Non-Commercial License for academic research purposes
|
| 67 |
|
| 68 |
https://developer.download.nvidia.com/licenses/NVIDIA-OneWay-Noncommercial-License-22Mar2022.pdf?t=eyJscyI6InJlZiIsImxzZCI6IlJFRi1naXRodWIuY29tL252aWRpYS1ob2xvc2NhbiJ9
|