monai
medical
katielink commited on
Commit
260dd16
·
1 Parent(s): 378b33d

add name tag

Browse files
Files changed (1) hide show
  1. configs/metadata.json +4 -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.4.0",
4
  "changelog": {
 
5
  "0.4.0": "add support for multi-GPU training and evaluation",
6
  "0.3.2": "restructure readme to match updated template",
7
  "0.3.1": "add figures of workflow and metrics, add invert transform",
@@ -18,7 +19,8 @@
18
  "nibabel": "4.0.1",
19
  "pytorch-ignite": "0.4.9"
20
  },
21
- "task": "endoscopic tool segmentation",
 
22
  "description": "A pre-trained binary segmentation model for endoscopic tool segmentation",
23
  "authors": "NVIDIA DLMED team",
24
  "copyright": "Copyright (c) 2021-2022, NVIDIA CORPORATION",
 
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.1",
4
  "changelog": {
5
+ "0.4.1": "add name tag",
6
  "0.4.0": "add support for multi-GPU training and evaluation",
7
  "0.3.2": "restructure readme to match updated template",
8
  "0.3.1": "add figures of workflow and metrics, add invert transform",
 
19
  "nibabel": "4.0.1",
20
  "pytorch-ignite": "0.4.9"
21
  },
22
+ "name": "Endoscopic tool segmentation",
23
+ "task": "Endoscopic tool segmentation",
24
  "description": "A pre-trained binary segmentation model for endoscopic tool segmentation",
25
  "authors": "NVIDIA DLMED team",
26
  "copyright": "Copyright (c) 2021-2022, NVIDIA CORPORATION",