Margerie commited on
Commit
45783d7
1 Parent(s): ddfe8c5

Update model_info.json

Browse files
Files changed (1) hide show
  1. model_info.json +12 -12
model_info.json CHANGED
@@ -1,13 +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
  }
 
1
+ {
2
+ "name": "Body Segmentation",
3
+ "author": "Margerie Huet",
4
+ "organisation": "Uclouvain",
5
+ "category": "contourPrediction",
6
+ "remark": "monai segmentation SwinUNETR",
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
  }