katielink commited on
Commit
5307494
1 Parent(s): 774c577

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.3": "Add training pipeline for fine-tuning models, support MONAI Label active learning",
@@ -17,8 +18,10 @@
17
  "pytorch-ignite": "0.4.8",
18
  "einops": "0.4.1",
19
  "fire": "0.4.0",
20
- "timm": "0.6.7"
 
21
  },
 
22
  "task": "Renal segmentation",
23
  "description": "A transformer-based model for renal segmentation from CT image",
24
  "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.3": "Add training pipeline for fine-tuning models, support MONAI Label active learning",
 
18
  "pytorch-ignite": "0.4.8",
19
  "einops": "0.4.1",
20
  "fire": "0.4.0",
21
+ "timm": "0.6.7",
22
+ "torchvision": "0.11.1"
23
  },
24
+ "name": "Renal structures UNEST segmentation",
25
  "task": "Renal segmentation",
26
  "description": "A transformer-based model for renal segmentation from CT image",
27
  "authors": "Vanderbilt University + MONAI team",