model_info.json created
#2
by
hacking-jack
- opened
- model_info.json +32 -0
model_info.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "EPTN prediction",
|
3 |
+
"author": "Ana Maria Barragan Montero",
|
4 |
+
"organisation": "Miro Uclouvain",
|
5 |
+
"category": "contourPrediction",
|
6 |
+
"remark": "Project EPTN contour prediction with nnUNet 2.0",
|
7 |
+
"builtin": true,
|
8 |
+
"contours": [],
|
9 |
+
"modelPaths": {
|
10 |
+
"predictionPath": "trainedModels\\hAn_organs_nnUNet\\predict_new.py",
|
11 |
+
"temporaryDirectoryPath": "C:\\Temp\\"
|
12 |
+
},
|
13 |
+
"tarChannels": [
|
14 |
+
"Body"
|
15 |
+
],
|
16 |
+
"oarChannels": [
|
17 |
+
"Body"
|
18 |
+
],
|
19 |
+
"tarChannelMapping": {
|
20 |
+
"Body": {
|
21 |
+
"series": "AI-predicted20230504135044.682623",
|
22 |
+
"segment": "BODY"
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"oarChannelMapping": {
|
26 |
+
"Body": {
|
27 |
+
"series": "AI-predicted20230504135044.682623",
|
28 |
+
"segment": "BODY"
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"contourMapping": null
|
32 |
+
}
|