hacking-jack commited on
Commit
b68e3b8
1 Parent(s): c0fa984

Create model_info.json

Browse files
Files changed (1) hide show
  1. model_info.json +103 -0
model_info.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Dose Prediction",
3
+ "author": "Margerie Huet",
4
+ "organisation": "MIRO UCLouvain",
5
+ "category": "dosePrediction",
6
+ "remark": "monai dose prediction",
7
+ "builtin": true,
8
+ "contours": null,
9
+ "modelPaths": {
10
+ "predictionPath": "trainedModels\\dosePrediction\\predict_dose.py",
11
+ "temporaryDirectoryPath": "c:\\Temp"
12
+ },
13
+ "tarChannels": [
14
+ "CTV_7000",
15
+ "CTV_5425"
16
+ ],
17
+ "oarChannels": [
18
+ "BODY",
19
+ "Brainstem",
20
+ "Esophagus_upper",
21
+ "GlotticArea",
22
+ "OralCavity",
23
+ "Parotid_L",
24
+ "Parotid_R",
25
+ "PharConsInf",
26
+ "PharConsMid",
27
+ "PharConsSup",
28
+ "Submandibular_L",
29
+ "Submandibular_R",
30
+ "SpinalCord",
31
+ "SupraglotLarynx"
32
+ ],
33
+ "tarChannelMapping": {
34
+ "CTV_7000": {
35
+ "series": "RS: Unapproved Structure Set",
36
+ "segment": "CTV_7000"
37
+ },
38
+ "CTV_5425": {
39
+ "series": "RS: Unapproved Structure Set",
40
+ "segment": "CTVn_5425"
41
+ }
42
+ },
43
+ "oarChannelMapping": {
44
+ "BODY": {
45
+ "series": "RS: Unapproved Structure Set",
46
+ "segment": "BODY"
47
+ },
48
+ "Brainstem": {
49
+ "series": "RS: Unapproved Structure Set",
50
+ "segment": "Brainstem"
51
+ },
52
+ "Esophagus_upper": {
53
+ "series": "RS: Unapproved Structure Set",
54
+ "segment": "Esophagus_upper"
55
+ },
56
+ "GlotticArea": {
57
+ "series": "RS: Unapproved Structure Set",
58
+ "segment": "GlotticArea"
59
+ },
60
+ "OralCavity": {
61
+ "series": "RS: Unapproved Structure Set",
62
+ "segment": "OralCavity"
63
+ },
64
+ "Parotid_L": {
65
+ "series": "RS: Unapproved Structure Set",
66
+ "segment": "Parotid_L"
67
+ },
68
+ "Parotid_R": {
69
+ "series": "RS: Unapproved Structure Set",
70
+ "segment": "Parotid_R"
71
+ },
72
+ "PharConsInf": {
73
+ "series": "RS: Unapproved Structure Set",
74
+ "segment": "PharConsInf"
75
+ },
76
+ "PharConsMid": {
77
+ "series": "RS: Unapproved Structure Set",
78
+ "segment": "PharConsMid"
79
+ },
80
+ "PharConsSup": {
81
+ "series": "RS: Unapproved Structure Set",
82
+ "segment": "PharConsSup"
83
+ },
84
+ "Submandibular_L": {
85
+ "series": "RS: Unapproved Structure Set",
86
+ "segment": "Submandibular_L"
87
+ },
88
+ "Submandibular_R": {
89
+ "series": "RS: Unapproved Structure Set",
90
+ "segment": "Submandibular_R"
91
+ },
92
+ "SpinalCord": {
93
+ "series": "RS: Unapproved Structure Set",
94
+ "segment": "SpinalCord"
95
+ },
96
+ "SupraglotLarynx": {
97
+ "series": "RS: Unapproved Structure Set",
98
+ "segment": "SupraglotLarynx"
99
+ }
100
+ },
101
+ "contourMapping": {},
102
+ "link": null
103
+ }