Add model files
Browse files
inference_information.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"all_results": {
|
3 |
+
"nnUNetTrainer__nnUNetPlans__2d": 0.9876604670612132
|
4 |
+
},
|
5 |
+
"best_model_or_ensemble": {
|
6 |
+
"postprocessing_file": "/home/gillesv/data/nnUNet_results/Dataset405_CAMUS_trainval_all/nnUNetTrainer__nnUNetPlans__2d/crossval_results_folds_0/postprocessing.pkl",
|
7 |
+
"result_on_crossval_post_pp": 0.9876604670612132,
|
8 |
+
"result_on_crossval_pre_pp": 0.9876604670612132,
|
9 |
+
"selected_model_or_models": [
|
10 |
+
{
|
11 |
+
"configuration": "2d",
|
12 |
+
"plans_identifier": "nnUNetPlans",
|
13 |
+
"trainer": "nnUNetTrainer"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"some_plans_file": "/home/gillesv/data/nnUNet_results/Dataset405_CAMUS_trainval_all/nnUNetTrainer__nnUNetPlans__2d/crossval_results_folds_0/plans.json"
|
17 |
+
},
|
18 |
+
"considered_models": [
|
19 |
+
{
|
20 |
+
"configuration": "2d",
|
21 |
+
"plans": "nnUNetPlans",
|
22 |
+
"trainer": "nnUNetTrainer"
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"dataset_name_or_id": "Dataset405_CAMUS_trainval_all",
|
26 |
+
"ensembling_allowed": true,
|
27 |
+
"folds": [
|
28 |
+
0
|
29 |
+
]
|
30 |
+
}
|
inference_instructions.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
***Run inference like this:***
|
2 |
+
|
3 |
+
nnUNetv2_predict -d Dataset405_CAMUS_trainval_all -i INPUT_FOLDER -o OUTPUT_FOLDER -f 0 -tr nnUNetTrainer -c 2d -p nnUNetPlans
|
4 |
+
|
5 |
+
***Once inference is completed, run postprocessing like this:***
|
6 |
+
|
7 |
+
nnUNetv2_apply_postprocessing -i OUTPUT_FOLDER -o OUTPUT_FOLDER_PP -pp_pkl_file /home/gillesv/data/nnUNet_results/Dataset405_CAMUS_trainval_all/nnUNetTrainer__nnUNetPlans__2d/crossval_results_folds_0/postprocessing.pkl -np 8 -plans_json /home/gillesv/data/nnUNet_results/Dataset405_CAMUS_trainval_all/nnUNetTrainer__nnUNetPlans__2d/crossval_results_folds_0/plans.json
|
nnUNetTrainer__nnUNetPlans__2d.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17378e604f0cb7f924e5b13cc88e0fe12144ab5f4b18bc5d015f782a11bf1ccf
|
3 |
+
size 498850399
|