Image Segmentation
prasb commited on
Commit
b79039a
·
verified ·
1 Parent(s): 5221702

Upload 4 files

Browse files
pants_pancreas_release/config.txt ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset: abdomenatlas
2
+ reports: None
3
+ model: medformer
4
+ dimension: 3d
5
+ pretrain: False
6
+ amp: False
7
+ batch_size: 2
8
+ resume: True
9
+ load: /projects/bodymaps/Pedro/R-Super_public/rsuper_train/exp/abdomenatlas/pants_pancreas/fold_0_latest.pth
10
+ cp_path: ./exp/
11
+ log_path: ./log/abdomenatlas/
12
+ unique_name: pants_pancreas
13
+ all_train: False
14
+ crop_on_tumor: True
15
+ multi_ch_tumor: False
16
+ multi_ch_tumor_data_root: /projects/bodymaps/Pedro/data/atlas_300_medformer_multi_ch_tumor_npy/
17
+ multi_ch_tumor_classes: 61
18
+ debug_val: False
19
+ workers: 1
20
+ load_augmented: True
21
+ save_destination: /projects/bodymaps/Pedro/data/PANTS_pancreas_Merlin_MedformerNpzAugmented/
22
+ save_augmented: False
23
+ data_root: /projects/bodymaps/Data/release/pants_medformer_npz/
24
+ UFO_root: None
25
+ jhh_root: None
26
+ ucsf_ids: None
27
+ world_size: 2
28
+ rank: 0
29
+ dist_url: tcp://127.0.0.1:9697
30
+ dist_backend: nccl
31
+ report_volume_loss_basic: 0.0
32
+ seg_loss: 1
33
+ pretrained: None
34
+ warmup: 5
35
+ loss: ball_dice_last
36
+ classification_branch: False
37
+ update_output_layer: False
38
+ old_classes: None
39
+ epochs: 100
40
+ classes_number: None
41
+ ball_bce_weight: 1
42
+ ball_dice_weight: 1
43
+ stardard_ce_ball: False
44
+ lr: 0.001
45
+ gpu: 0,1
46
+ balance_pos_neg: False
47
+ class_weights: False
48
+ clip_pretrain: False
49
+ clip_source: /projects/bodymaps/Pedro/data/report_embeddings_clinical_longformer/
50
+ no_mask: False
51
+ model_genesis_pretrain: False
52
+ pancreas_only: False
53
+ kidney_only: False
54
+ UFO_only: False
55
+ Atlas_only: False
56
+ no_pancreas_subseg: False
57
+ ball_volume_margin: 0.2
58
+ volume_loss_tolerance: 0.2
59
+ tumor_classes: ['pancreas']
60
+ clip_loss: False
61
+ load_clip: False
62
+ classes: 42
63
+ modality: CT
64
+ arch: medformer
65
+ in_chan: 1
66
+ base_chan: 32
67
+ conv_block: BasicBlock
68
+ down_scale: [[2, 2, 2], [2, 2, 2], [2, 2, 2], [2, 2, 2]]
69
+ kernel_size: [[3, 3, 3], [3, 3, 3], [3, 3, 3], [3, 3, 3], [3, 3, 3]]
70
+ chan_num: [64, 128, 256, 320, 256, 128, 64, 32]
71
+ norm: in
72
+ act: relu
73
+ map_size: [3, 3, 3]
74
+ conv_num: [2, 0, 0, 0, 0, 0, 2, 2]
75
+ trans_num: [0, 2, 4, 6, 4, 2, 0, 0]
76
+ num_heads: [1, 4, 8, 10, 8, 4, 1, 1]
77
+ expansion: 4
78
+ fusion_depth: 2
79
+ fusion_dim: 320
80
+ fusion_heads: 10
81
+ attn_drop: 0
82
+ proj_drop: 0
83
+ proj_type: depthwise
84
+ training_size: [128, 128, 128]
85
+ start_epoch: 0
86
+ num_workers: 2
87
+ aug_device: cpu
88
+ aux_loss: True
89
+ aux_weight: [0.5, 0.5]
90
+ split_seed: 0
91
+ k_fold: 10
92
+ optimizer: adamw
93
+ base_lr: 0.001
94
+ betas: [0.9, 0.999]
95
+ weight_decay: 0.05
96
+ weight: [0.5, 1, 1, 1, 1, 1, 1, 1, 1, 1]
97
+ rlt: 1
98
+ scale: [0, 0, 0]
99
+ rotate: [30, 30, 30]
100
+ translate: [0, 0, 0]
101
+ affine_pad_size: [40, 40, 40]
102
+ gaussian_noise_std: 0.02
103
+ print_freq: 5
104
+ iter_per_epoch: 1000
105
+ ema: True
106
+ ema_alpha: 0.99
107
+ val_freq: 20000
108
+ sliding_window: True
109
+ window_size: [128, 128, 128]
110
+ proc_idx: 0
111
+ port: 10000
112
+ multiprocessing_distributed: True
113
+ reproduce_seed: None
114
+ batch_size_global: 4
115
+ distributed: True
116
+ ngpus_per_node: 2
117
+ cp_dir: ./exp//abdomenatlas/pants_pancreas
pants_pancreas_release/cross_validation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Dice
2
+ Fold 0: [0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.
3
+ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.]
pants_pancreas_release/fold_0.txt ADDED
The diff for this file is too large to render. See raw diff
 
pants_pancreas_release/fold_0_latest.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff0f0868db15f99285e218e0468a2717c1a79a421357eb37171ecd5f3bb75d1f
3
+ size 606931502