monai
medical
katielink commited on
Commit
1cd32b1
1 Parent(s): e81f69d

Update figure link in readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. configs/metadata.json +2 -1
  3. 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
- ![](./val_dice.png) <br>
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.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
- ![](./val_dice.png) <br>
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