update license files
Browse files- LICENSE +21 -0
- README.md +4 -1
- configs/metadata.json +2 -1
- docs/README.md +3 -0
LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MIT License
|
2 |
+
|
3 |
+
Copyright (c) 2022 Eric Kerfoot
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this software and associated documentation files (the "Software"), to deal
|
7 |
+
in the Software without restriction, including without limitation the rights
|
8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9 |
+
copies of the Software, and to permit persons to whom the Software is
|
10 |
+
furnished to do so, subject to the following conditions:
|
11 |
+
|
12 |
+
The above copyright notice and this permission notice shall be included in all
|
13 |
+
copies or substantial portions of the Software.
|
14 |
+
|
15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21 |
+
SOFTWARE.
|
README.md
CHANGED
@@ -3,7 +3,7 @@ tags:
|
|
3 |
- monai
|
4 |
- medical
|
5 |
library_name: monai
|
6 |
-
license:
|
7 |
---
|
8 |
|
9 |
# 3 Label Ventricular Segmentation
|
@@ -43,3 +43,6 @@ An example notebook [visualise.ipynb](./visualise.ipynb) demonstrates using the
|
|
43 |
```sh
|
44 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf --dataset_dir dataset --output_dir ./output/ --bundle_root .
|
45 |
```
|
|
|
|
|
|
|
|
3 |
- monai
|
4 |
- medical
|
5 |
library_name: monai
|
6 |
+
license: mit
|
7 |
---
|
8 |
|
9 |
# 3 Label Ventricular Segmentation
|
|
|
43 |
```sh
|
44 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf --dataset_dir dataset --output_dir ./output/ --bundle_root .
|
45 |
```
|
46 |
+
|
47 |
+
# License
|
48 |
+
This model is released under the MIT License. The license file is included with the model.
|
configs/metadata.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
-
"version": "0.
|
4 |
"changelog": {
|
|
|
5 |
"0.2.0": "unify naming",
|
6 |
"0.1.0": "Initial version"
|
7 |
},
|
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
+
"version": "0.3.0",
|
4 |
"changelog": {
|
5 |
+
"0.3.0": "update license files",
|
6 |
"0.2.0": "unify naming",
|
7 |
"0.1.0": "Initial version"
|
8 |
},
|
docs/README.md
CHANGED
@@ -36,3 +36,6 @@ An example notebook [visualise.ipynb](./visualise.ipynb) demonstrates using the
|
|
36 |
```sh
|
37 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf --dataset_dir dataset --output_dir ./output/ --bundle_root .
|
38 |
```
|
|
|
|
|
|
|
|
36 |
```sh
|
37 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf --dataset_dir dataset --output_dir ./output/ --bundle_root .
|
38 |
```
|
39 |
+
|
40 |
+
# License
|
41 |
+
This model is released under the MIT License. The license file is included with the model.
|