monai
medical
katielink commited on
Commit
bbaff61
1 Parent(s): 058ac3a

add name tag

Browse files
Files changed (1) hide show
  1. configs/metadata.json +3 -1
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.9",
4
  "changelog": {
 
5
  "0.3.9": "use ITKreader to avoid mass logs at image loading",
6
  "0.3.8": "restructure readme to match updated template",
7
  "0.3.7": "Update metric in metadata",
@@ -24,6 +25,7 @@
24
  "pytorch-ignite": "0.4.8",
25
  "einops": "0.4.1"
26
  },
 
27
  "task": "BTCV multi-organ segmentation",
28
  "description": "A pre-trained model for volumetric (3D) multi-organ segmentation from CT image",
29
  "authors": "MONAI team",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.4.0",
4
  "changelog": {
5
+ "0.4.0": "add name tag",
6
  "0.3.9": "use ITKreader to avoid mass logs at image loading",
7
  "0.3.8": "restructure readme to match updated template",
8
  "0.3.7": "Update metric in metadata",
 
25
  "pytorch-ignite": "0.4.8",
26
  "einops": "0.4.1"
27
  },
28
+ "name": "Swin UNETR BTCV segmentation",
29
  "task": "BTCV multi-organ segmentation",
30
  "description": "A pre-trained model for volumetric (3D) multi-organ segmentation from CT image",
31
  "authors": "MONAI team",