Update figure link in readme
Browse files- README.md +1 -1
- configs/metadata.json +2 -1
- docs/README.md +1 -1
README.md
CHANGED
@@ -39,7 +39,7 @@ Output: 14 channels: 0:Background, 1:Spleen, 2:Right Kidney, 3:Left Kideny, 4:Ga
|
|
39 |
## Performance
|
40 |
A graph showing the validation mean Dice for 5000 epochs.
|
41 |
|
42 |
-
![](
|
43 |
|
44 |
This model achieves the following Dice score on the validation data (our own split from the training dataset):
|
45 |
|
|
|
39 |
## Performance
|
40 |
A graph showing the validation mean Dice for 5000 epochs.
|
41 |
|
42 |
+
![](https://developer.download.nvidia.com/assets/Clara/Images/monai_swin_unetr_segmentation_val.png) <br>
|
43 |
|
44 |
This model achieves the following Dice score on the validation data (our own split from the training dataset):
|
45 |
|
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.3.
|
4 |
"changelog": {
|
|
|
5 |
"0.3.3": "Update, verify MONAI 1.0.1 and Pytorch 1.13.0",
|
6 |
"0.3.2": "enhance readme on commands example",
|
7 |
"0.3.1": "fix license Copyright error",
|
|
|
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.4",
|
4 |
"changelog": {
|
5 |
+
"0.3.4": "Update figure link in readme",
|
6 |
"0.3.3": "Update, verify MONAI 1.0.1 and Pytorch 1.13.0",
|
7 |
"0.3.2": "enhance readme on commands example",
|
8 |
"0.3.1": "fix license Copyright error",
|
docs/README.md
CHANGED
@@ -32,7 +32,7 @@ Output: 14 channels: 0:Background, 1:Spleen, 2:Right Kidney, 3:Left Kideny, 4:Ga
|
|
32 |
## Performance
|
33 |
A graph showing the validation mean Dice for 5000 epochs.
|
34 |
|
35 |
-
![](
|
36 |
|
37 |
This model achieves the following Dice score on the validation data (our own split from the training dataset):
|
38 |
|
|
|
32 |
## Performance
|
33 |
A graph showing the validation mean Dice for 5000 epochs.
|
34 |
|
35 |
+
![](https://developer.download.nvidia.com/assets/Clara/Images/monai_swin_unetr_segmentation_val.png) <br>
|
36 |
|
37 |
This model achieves the following Dice score on the validation data (our own split from the training dataset):
|
38 |
|