katielink commited on
Commit
52b2aaa
1 Parent(s): 80ed565

Update figure with links

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. configs/metadata.json +2 -1
  3. docs/README.md +3 -3
README.md CHANGED
@@ -19,7 +19,7 @@ Figure source from the TotalSegmentator [2].
19
 
20
  - We highlight the use of this bundle to use and visualize in MONAI Label + 3D Slicer integration.
21
 
22
- ![](./imgs/totalsegmentator_monailabel.png) <br>
23
 
24
  ## Data
25
 
@@ -103,11 +103,11 @@ CPU: Memory: **2.3G**
103
 
104
  - Training Accuracy
105
 
106
- ![](./imgs/totalsegmentator_train_accuracy.png) <br>
107
 
108
  - Validation Dice
109
 
110
- ![](./imgs/totalsegmentator_15mm_validation.png) <br>
111
 
112
  ## MONAI Bundle Commands
113
  In addition to the Pythonic APIs, a few command line interfaces (CLI) are provided to interact with the bundle. The CLI supports flexible use cases, such as overriding configs at runtime and predefining arguments in a file.
 
19
 
20
  - We highlight the use of this bundle to use and visualize in MONAI Label + 3D Slicer integration.
21
 
22
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_wholeBody_ct_segmentation_monailabel.png) <br>
23
 
24
  ## Data
25
 
 
103
 
104
  - Training Accuracy
105
 
106
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_wholeBody_ct_segmentation_train_accuracy.png) <br>
107
 
108
  - Validation Dice
109
 
110
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_wholeBody_ct_segmentation_15mm_validation.png) <br>
111
 
112
  ## MONAI Bundle Commands
113
  In addition to the Pythonic APIs, a few command line interfaces (CLI) are provided to interact with the bundle. The CLI supports flexible use cases, such as overriding configs at runtime and predefining arguments in a file.
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.1.1",
4
  "changelog": {
 
5
  "0.1.1": "adapt to BundleWorkflow interface and val metric",
6
  "0.1.0": "complete the model package",
7
  "0.0.1": "initialize the model package structure"
 
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.2",
4
  "changelog": {
5
+ "0.1.2": "Update figure with links",
6
  "0.1.1": "adapt to BundleWorkflow interface and val metric",
7
  "0.1.0": "complete the model package",
8
  "0.0.1": "initialize the model package structure"
docs/README.md CHANGED
@@ -12,7 +12,7 @@ Figure source from the TotalSegmentator [2].
12
 
13
  - We highlight the use of this bundle to use and visualize in MONAI Label + 3D Slicer integration.
14
 
15
- ![](./imgs/totalsegmentator_monailabel.png) <br>
16
 
17
  ## Data
18
 
@@ -96,11 +96,11 @@ CPU: Memory: **2.3G**
96
 
97
  - Training Accuracy
98
 
99
- ![](./imgs/totalsegmentator_train_accuracy.png) <br>
100
 
101
  - Validation Dice
102
 
103
- ![](./imgs/totalsegmentator_15mm_validation.png) <br>
104
 
105
  ## MONAI Bundle Commands
106
  In addition to the Pythonic APIs, a few command line interfaces (CLI) are provided to interact with the bundle. The CLI supports flexible use cases, such as overriding configs at runtime and predefining arguments in a file.
 
12
 
13
  - We highlight the use of this bundle to use and visualize in MONAI Label + 3D Slicer integration.
14
 
15
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_wholeBody_ct_segmentation_monailabel.png) <br>
16
 
17
  ## Data
18
 
 
96
 
97
  - Training Accuracy
98
 
99
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_wholeBody_ct_segmentation_train_accuracy.png) <br>
100
 
101
  - Validation Dice
102
 
103
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_wholeBody_ct_segmentation_15mm_validation.png) <br>
104
 
105
  ## MONAI Bundle Commands
106
  In addition to the Pythonic APIs, a few command line interfaces (CLI) are provided to interact with the bundle. The CLI supports flexible use cases, such as overriding configs at runtime and predefining arguments in a file.