monai
medical
katielink commited on
Commit
e187296
1 Parent(s): c715960

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_20220729.json",
3
- "version": "0.4.1",
4
  "changelog": {
 
5
  "0.4.1": "modify dataset key name",
6
  "0.4.0": "update license files",
7
  "0.3.0": "Update to scripts",
@@ -12,6 +13,7 @@
12
  "pytorch_version": "1.13.0",
13
  "numpy_version": "1.21.2",
14
  "optional_packages_version": {},
 
15
  "task": "Given long axis MR images of the heart, identify valve insertion points through the full cardiac cycle",
16
  "description": "This network is used to find where valves attach to heart to help construct 3D FEM models for computation. The output is an array of 10 2D coordinates.",
17
  "authors": "Eric Kerfoot",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220729.json",
3
+ "version": "0.4.2",
4
  "changelog": {
5
+ "0.4.2": "add name tag",
6
  "0.4.1": "modify dataset key name",
7
  "0.4.0": "update license files",
8
  "0.3.0": "Update to scripts",
 
13
  "pytorch_version": "1.13.0",
14
  "numpy_version": "1.21.2",
15
  "optional_packages_version": {},
16
+ "name": "Valve landmarks regression",
17
  "task": "Given long axis MR images of the heart, identify valve insertion points through the full cardiac cycle",
18
  "description": "This network is used to find where valves attach to heart to help construct 3D FEM models for computation. The output is an array of 10 2D coordinates.",
19
  "authors": "Eric Kerfoot",