Upload segmentation_template version 0.0.4
Browse files- configs/metadata.json +5 -4
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.0.
|
| 4 |
"changelog": {
|
|
|
|
| 5 |
"0.0.3": "update to huggingface hosting",
|
| 6 |
"0.0.2": "Minor train.yaml clarifications",
|
| 7 |
"0.0.1": "Initial version"
|
|
@@ -13,9 +14,9 @@
|
|
| 13 |
"nibabel": "5.2.1",
|
| 14 |
"pytorch-ignite": "0.4.11"
|
| 15 |
},
|
| 16 |
-
"name": "Segmentation Template",
|
| 17 |
-
"task": "
|
| 18 |
-
"description": "
|
| 19 |
"authors": "Eric Kerfoot",
|
| 20 |
"copyright": "Copyright (c) 2023 MONAI Consortium",
|
| 21 |
"network_data_format": {
|
|
|
|
| 1 |
{
|
| 2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
| 3 |
+
"version": "0.0.4",
|
| 4 |
"changelog": {
|
| 5 |
+
"0.0.4": "enhance metadata with improved descriptions",
|
| 6 |
"0.0.3": "update to huggingface hosting",
|
| 7 |
"0.0.2": "Minor train.yaml clarifications",
|
| 8 |
"0.0.1": "Initial version"
|
|
|
|
| 14 |
"nibabel": "5.2.1",
|
| 15 |
"pytorch-ignite": "0.4.11"
|
| 16 |
},
|
| 17 |
+
"name": "Medical Image Segmentation Template",
|
| 18 |
+
"task": "Template for 3D Medical Image Segmentation",
|
| 19 |
+
"description": "A comprehensive 3D segmentation framework designed as a foundation for developing custom medical volumetric segmentation models. The template includes a configurable architecture and preprocessing pipeline, processing 128x128x128 voxel volumes with single-channel input and producing 4-class segmentation outputs. Includes support for random sphere generation for demonstration and testing purposes.",
|
| 20 |
"authors": "Eric Kerfoot",
|
| 21 |
"copyright": "Copyright (c) 2023 MONAI Consortium",
|
| 22 |
"network_data_format": {
|