|
1 | 1 | {
|
2 |
| - "imports": ["$import glob"], |
3 |
| - "bundle_root": ".", |
4 |
| - "ckpt_dir": "$@bundle_root + '/models'", |
5 |
| - "dataset_dir": "", |
6 |
| - "data": "$list(sorted(glob.glob(@dataset_dir + '/*.nii.gz')))", |
7 |
| - "output_ext": ".usd", |
8 |
| - "output_dir": "$@bundle_root + '/Output'", |
9 |
| - |
10 |
| - "device": "$torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')", |
11 |
| - "inferer": { |
12 |
| - "_target_": "scripts.heart_digital_twin.CoroSegmentator_Pipeline", |
13 |
| - "input_params": { |
14 |
| - "inputFile": "$@data[0]", |
15 |
| - "outputDir": "$@output_dir" |
16 |
| - } |
17 |
| - }, |
18 |
| - "dataset": {}, |
19 |
| - "evaluator": {}, |
20 |
| - "network_def": {}, |
21 |
| - "imports": [ |
22 |
| - "$import glob" |
23 |
| - ], |
24 |
| - "bundle_root": ".", |
25 |
| - "ckpt_dir": "$@bundle_root + '/models'", |
26 |
| - "dataset_dir": "", |
27 |
| - "data": "$list(sorted(glob.glob(@dataset_dir + '/*.nii.gz')))", |
28 |
| - "output_ext": ".usd", |
29 |
| - "output_dir": "$@bundle_root + '/Output'", |
30 |
| - "device": "$torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')", |
31 |
| - "inferer": { |
32 |
| - "_target_": "scripts.heart_digital_twin.CoroSegmentator_Pipeline", |
33 |
| - "input_params": { |
34 |
| - "inputFile": "$@data[0]", |
35 |
| - "outputDir": "$@output_dir" |
36 |
| - } |
37 |
| - }, |
38 |
| - "dataset": {}, |
39 |
| - "evaluator": {}, |
40 |
| - "network_def": {}, |
41 |
| - "run": [ |
42 |
| - |
43 |
| - ] |
| 2 | + "imports": [ |
| 3 | + "$import glob" |
| 4 | + ], |
| 5 | + "bundle_root": ".", |
| 6 | + "ckpt_dir": "$@bundle_root + '/models'", |
| 7 | + "dataset_dir": "", |
| 8 | + "data": "$list(sorted(glob.glob(@dataset_dir + '/*.nii.gz')))", |
| 9 | + "output_ext": ".usd", |
| 10 | + "output_dir": "$@bundle_root + '/Output'", |
| 11 | + "device": "$torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')", |
| 12 | + "inferer": { |
| 13 | + "_target_": "scripts.heart_digital_twin.CoroSegmentator_Pipeline", |
| 14 | + "input_params": { |
| 15 | + "inputFile": "$@data[0]", |
| 16 | + "outputDir": "$@output_dir" |
| 17 | + } |
| 18 | + }, |
| 19 | + "dataset": {}, |
| 20 | + "evaluator": {}, |
| 21 | + "network_def": {}, |
| 22 | + "run": [ |
| 23 | + |
| 24 | + ] |
44 | 25 | }
|
0 commit comments