fixed the model state dict name
Browse files- README.md +1 -0
- configs/inference.json +1 -1
- configs/metadata.json +3 -3
- docs/README.md +1 -0
README.md
CHANGED
@@ -7,6 +7,7 @@ license: unknown
|
|
7 |
---
|
8 |
# Description
|
9 |
A pre-trained model for inferencing volumetric (3D) kidney substructures segmentation from contrast-enhanced CT images (Arterial/Portal Venous Phase).
|
|
|
10 |
A tutorial and release of model for kidney cortex, medulla and collecting system segmentation.
|
11 |
|
12 |
Authors: Yinchi Zhou (yinchi.zhou@vanderbilt.edu) | Xin Yu (xin.yu@vanderbilt.edu) | Yucheng Tang (yuchengt@nvidia.com) |
|
|
|
7 |
---
|
8 |
# Description
|
9 |
A pre-trained model for inferencing volumetric (3D) kidney substructures segmentation from contrast-enhanced CT images (Arterial/Portal Venous Phase).
|
10 |
+
|
11 |
A tutorial and release of model for kidney cortex, medulla and collecting system segmentation.
|
12 |
|
13 |
Authors: Yinchi Zhou (yinchi.zhou@vanderbilt.edu) | Xin Yu (xin.yu@vanderbilt.edu) | Yucheng Tang (yuchengt@nvidia.com) |
|
configs/inference.json
CHANGED
@@ -112,7 +112,7 @@
|
|
112 |
"_target_": "CheckpointLoader",
|
113 |
"load_path": "$@bundle_root + '/models/model.pt'",
|
114 |
"load_dict": {
|
115 |
-
"
|
116 |
},
|
117 |
"strict": "True"
|
118 |
},
|
|
|
112 |
"_target_": "CheckpointLoader",
|
113 |
"load_path": "$@bundle_root + '/models/model.pt'",
|
114 |
"load_dict": {
|
115 |
+
"model": "@network"
|
116 |
},
|
117 |
"strict": "True"
|
118 |
},
|
configs/metadata.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
-
"version": "0.1.
|
4 |
"changelog": {
|
5 |
-
"0.1.
|
6 |
-
"0.0
|
7 |
},
|
8 |
"monai_version": "0.9.0",
|
9 |
"pytorch_version": "1.10.0",
|
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
+
"version": "0.1.1",
|
4 |
"changelog": {
|
5 |
+
"0.1.1": "fixed the model state dict name",
|
6 |
+
"0.1.0": "complete the model package"
|
7 |
},
|
8 |
"monai_version": "0.9.0",
|
9 |
"pytorch_version": "1.10.0",
|
docs/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# Description
|
2 |
A pre-trained model for inferencing volumetric (3D) kidney substructures segmentation from contrast-enhanced CT images (Arterial/Portal Venous Phase).
|
|
|
3 |
A tutorial and release of model for kidney cortex, medulla and collecting system segmentation.
|
4 |
|
5 |
Authors: Yinchi Zhou (yinchi.zhou@vanderbilt.edu) | Xin Yu (xin.yu@vanderbilt.edu) | Yucheng Tang (yuchengt@nvidia.com) |
|
|
|
1 |
# Description
|
2 |
A pre-trained model for inferencing volumetric (3D) kidney substructures segmentation from contrast-enhanced CT images (Arterial/Portal Venous Phase).
|
3 |
+
|
4 |
A tutorial and release of model for kidney cortex, medulla and collecting system segmentation.
|
5 |
|
6 |
Authors: Yinchi Zhou (yinchi.zhou@vanderbilt.edu) | Xin Yu (xin.yu@vanderbilt.edu) | Yucheng Tang (yuchengt@nvidia.com) |
|