Upload model_info.json
Browse files- model_info.json +13 -0
model_info.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Body Segmentation",
|
3 |
+
"author": "Margerie Huet",
|
4 |
+
"organisation": "Uclouvain",
|
5 |
+
"category": "contourPrediction",
|
6 |
+
"remark": "monai segmentation",
|
7 |
+
"builtin": true,
|
8 |
+
"contours": [],
|
9 |
+
"modelPaths": {
|
10 |
+
"predictionPath": "\\charp-viewer\\platform\\aiIntegration\\trainedModels\\bodySegmentation\\predict.py",
|
11 |
+
"temporaryDirectoryPath": "C:\\Temp\\body_segmentation"
|
12 |
+
}
|
13 |
+
}
|