VBoussot commited on
Commit
1428981
·
verified ·
1 Parent(s): 29d71dc

Update total/app.json

Browse files
Files changed (1) hide show
  1. total/app.json +30 -0
total/app.json CHANGED
@@ -4,6 +4,36 @@
4
  "description": "<b>Description:</b><br>This model is an optimized adaptation of the original <a href='https://github.com/wasserth/TotalSegmentator'>TotalSegmentator</a> for the <b>KonfAI</b> deep learning framework.<br><br><b>Capabilities:</b><br>• Segmentation of <b>118 anatomical classes</b> covering organs, bones, muscles, and vessels<br>• Enhanced runtime and memory efficiency vs. the original nnU-Net implementation<br>• High-resolution input: <b>1.5 mm isotropic</b><br><br><b>Training data:</b><br>Trained on a diverse dataset of <b>1204 whole-body CT examinations</b> including different scanners, acquisition settings, contrast phases, and major pathologies (27 organs, 59 bones, 10 muscles, 8 vessels), with manual expert-reviewed annotations<br><br><b>How to cite:</b><br><cite>J. Wasserthal et al., <i>TotalSegmentator: Robust Segmentation of 104 Anatomical Structures in CT Images</i>, Radiology: AI, 2023.</cite>",
5
  "tta": 0,
6
  "mc_dropout": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "terminology": {
8
  "1": { "name": "spleen", "color": "#4B79EA" },
9
  "2": { "name": "kidney_right", "color": "#A8EA4B" },
 
4
  "description": "<b>Description:</b><br>This model is an optimized adaptation of the original <a href='https://github.com/wasserth/TotalSegmentator'>TotalSegmentator</a> for the <b>KonfAI</b> deep learning framework.<br><br><b>Capabilities:</b><br>• Segmentation of <b>118 anatomical classes</b> covering organs, bones, muscles, and vessels<br>• Enhanced runtime and memory efficiency vs. the original nnU-Net implementation<br>• High-resolution input: <b>1.5 mm isotropic</b><br><br><b>Training data:</b><br>Trained on a diverse dataset of <b>1204 whole-body CT examinations</b> including different scanners, acquisition settings, contrast phases, and major pathologies (27 organs, 59 bones, 10 muscles, 8 vessels), with manual expert-reviewed annotations<br><br><b>How to cite:</b><br><cite>J. Wasserthal et al., <i>TotalSegmentator: Robust Segmentation of 104 Anatomical Structures in CT Images</i>, Radiology: AI, 2023.</cite>",
5
  "tta": 0,
6
  "mc_dropout": 0,
7
+ "inputs": {
8
+ "Volume": {
9
+ "display_name": "Input Volume",
10
+ "volume_type": "VOLUME",
11
+ "required": true
12
+ }
13
+ },
14
+ "outputs": {
15
+ "Segmentation": {
16
+ "display_name": "Segmentation",
17
+ "volume_type": "SEGMENTATION",
18
+ "required": true
19
+ }
20
+ },
21
+ "inputs_evaluations": {
22
+ "Image": {
23
+ "Evaluation.yml": {
24
+ "Segmentation": {
25
+ "display_name": "Output Segmentation",
26
+ "volume_type": "VOLUME",
27
+ "required": true
28
+ },
29
+ "GT_Segmentation": {
30
+ "display_name": "GT Segmentation",
31
+ "volume_type": "VOLUME",
32
+ "required": true
33
+ }
34
+ }
35
+ }
36
+ },
37
  "terminology": {
38
  "1": { "name": "spleen", "color": "#4B79EA" },
39
  "2": { "name": "kidney_right", "color": "#A8EA4B" },