katielink commited on
Commit
e734f09
1 Parent(s): a33473a

add name tag

Browse files
Files changed (1) hide show
  1. configs/metadata.json +5 -2
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.2.1",
4
  "changelog": {
 
5
  "0.2.1": "fix license Copyright error",
6
  "0.2.0": "update license files",
7
  "0.1.2": "Add training support for whole brain segmentation, users can use active learning in the MONAI Label",
@@ -16,8 +17,10 @@
16
  "pytorch-ignite": "0.4.8",
17
  "einops": "0.4.1",
18
  "fire": "0.4.0",
19
- "timm": "0.6.7"
 
20
  },
 
21
  "task": "Whole Brain Segmentation",
22
  "description": "A 3D transformer-based model for whole brain segmentation from T1W MRI image",
23
  "authors": "Vanderbilt University + 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.2.2",
4
  "changelog": {
5
+ "0.2.2": "add name tag",
6
  "0.2.1": "fix license Copyright error",
7
  "0.2.0": "update license files",
8
  "0.1.2": "Add training support for whole brain segmentation, users can use active learning in the MONAI Label",
 
17
  "pytorch-ignite": "0.4.8",
18
  "einops": "0.4.1",
19
  "fire": "0.4.0",
20
+ "timm": "0.6.7",
21
+ "torchvision": "0.11.1"
22
  },
23
+ "name": "Whole brain large UNEST segmentation",
24
  "task": "Whole Brain Segmentation",
25
  "description": "A 3D transformer-based model for whole brain segmentation from T1W MRI image",
26
  "authors": "Vanderbilt University + MONAI team",