Skip to content

Commit

Permalink
Update Models.json - add lungs, body and mediastinal anatomy
Browse files Browse the repository at this point in the history
  • Loading branch information
diazandr3s authored Feb 25, 2024
1 parent 756434d commit bcc36dc
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion MONAIAuto3DSeg/Resources/Models.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
{ "url": "https://github.com/lassoan/SlicerMONAIAuto3DSeg/releases/download/Models/abdominal-organs-v2.0.0.zip" }
]
},
{
"title": "Body TS2",
"description": "Trained on TotalSegmentatorV2 dataset.",
"subject": "human",
"imagingModality": "CT",
"versions":
[
{ "url": "https://github.com/lassoan/SlicerMONAIAuto3DSeg/releases/download/Models/body-v2.0.0.zip" }
]
},
{
"title": "Vertebrae TS2 - quick",
"description": "Low-resolution (3mm) for quick preview. Trained on class_map_part_vertebrae of TotalSegmentatorV2 dataset.",
Expand All @@ -40,6 +50,16 @@
{ "url": "https://github.com/lassoan/SlicerMONAIAuto3DSeg/releases/download/Models/vertebrae-v2.0.0.zip" }
]
},
{
"title": "Mediastinal anatomy TS2",
"description": "Trained on TotalSegmentatorV2 dataset.",
"subject": "human",
"imagingModality": "CT",
"versions":
[
{ "url": "https://github.com/lassoan/SlicerMONAIAuto3DSeg/releases/download/Models/mediastinal-anatomy-v2.0.0.zip" }
]
},
{
"title": "Ribs TS2 - quick",
"description": "Low-resolution (3mm) for quick preview. Trained on class_map_part_ribs of TotalSegmentatorV2 dataset.",
Expand Down Expand Up @@ -101,7 +121,7 @@
]
},
{
"title": "Lungs",
"title": "Lungs TS1",
"description": "Segment 7 segments: lung segments, esophagus and trachea. Trained on TotalSegmentatorV1 dataset",
"subject": "human",
"imagingModality": "CT",
Expand All @@ -112,6 +132,16 @@
{ "url": "https://github.com/lassoan/SlicerMONAIAuto3DSeg/releases/download/Models/lungs-v1.0.0.zip" }
]
},
{
"title": "Lungs TS2",
"description": "Segment 7 segments: lung segments, pulmonary vein and trachea. Trained on TotalSegmentatorV2 dataset.",
"subject": "human",
"imagingModality": "CT",
"versions":
[
{ "url": "https://github.com/lassoan/SlicerMONAIAuto3DSeg/releases/download/Models/lungs-v2.0.0.zip" }
]
},
{
"title": "Lungs TS2 - quick",
"description": "Low-resolution (3mm) for quick preview. Trained on TotalSegmentatorV2 dataset.",
Expand Down

0 comments on commit bcc36dc

Please sign in to comment.