bezzam HF Staff commited on
Commit
e92f4e2
·
verified ·
1 Parent(s): 6e7b067

Upload 136 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ recon_epochBEST filter=lfs diff=lfs merge=lfs -text
.hydra/config.yaml ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 0
2
+ start_delay: null
3
+ files:
4
+ dataset: /scratch/bezzam/DiffuserCam_mirflickr/dataset
5
+ celeba_root: null
6
+ psf: data/psf/diffusercam_psf.tiff
7
+ diffusercam_psf: true
8
+ n_files: null
9
+ downsample: 2
10
+ test_size: 0.15
11
+ input_snr: null
12
+ vertical_shift: null
13
+ horizontal_shift: null
14
+ crop: null
15
+ torch: true
16
+ torch_device: cuda
17
+ measure: null
18
+ test_idx:
19
+ - 0
20
+ - 1
21
+ - 2
22
+ - 3
23
+ - 4
24
+ eval_disp_idx:
25
+ - 0
26
+ - 1
27
+ - 2
28
+ - 3
29
+ - 4
30
+ display:
31
+ plot: true
32
+ gamma: null
33
+ save: true
34
+ reconstruction:
35
+ method: unrolled_admm
36
+ skip_unrolled: false
37
+ init_processors: Unet+U20+Unet_res0.01
38
+ init_pre: true
39
+ init_post: false
40
+ unrolled_fista:
41
+ n_iter: 20
42
+ tk: 1
43
+ learn_tk: true
44
+ unrolled_admm:
45
+ n_iter: 20
46
+ mu1: 0.0001
47
+ mu2: 0.0001
48
+ mu3: 0.0001
49
+ tau: 0.0002
50
+ trainable_inv:
51
+ K: 0.0001
52
+ pre_process:
53
+ network: UnetRes
54
+ depth: 2
55
+ nc: null
56
+ delay: null
57
+ freeze: null
58
+ unfreeze: null
59
+ post_process:
60
+ network: UnetRes
61
+ depth: 2
62
+ nc: null
63
+ delay: null
64
+ freeze: null
65
+ unfreeze: null
66
+ train_last_layer: false
67
+ trainable_mask:
68
+ mask_type: null
69
+ initial_value: psf
70
+ grayscale: false
71
+ mask_lr: 0.001
72
+ L1_strength: 1.0
73
+ target: object_plane
74
+ simulation:
75
+ grayscale: false
76
+ output_dim: null
77
+ object_height: 0.04
78
+ flip: true
79
+ random_shift: false
80
+ random_vflip: 0.5
81
+ random_hflip: 0.5
82
+ random_rotate: false
83
+ scene2mask: 0.1
84
+ mask2sensor: 0.009
85
+ sensor: rpi_hq
86
+ snr_db: 10
87
+ downsample: 8
88
+ quantize: false
89
+ max_val: 255
90
+ training:
91
+ batch_size: 8
92
+ epoch: 25
93
+ eval_batch_size: 10
94
+ metric_for_best_model: null
95
+ save_every: null
96
+ skip_NAN: true
97
+ clip_grad: 1.0
98
+ crop_preloss: false
99
+ optimizer:
100
+ type: Adam
101
+ lr: 0.0001
102
+ slow_start: false
103
+ step: false
104
+ gamma: 0.1
105
+ loss: l2
106
+ lpips: 1.0
107
+ unrolled_output_factor: 0.03
.hydra/hydra.yaml ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: outputs/${now:%Y-%m-%d}/${now:%H-%M-%S}
4
+ sweep:
5
+ dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
6
+ subdir: ${hydra.job.num}
7
+ launcher:
8
+ _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
+ sweeper:
10
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
+ max_batch_size: null
12
+ params: null
13
+ help:
14
+ app_name: ${hydra.job.name}
15
+ header: '${hydra.help.app_name} is powered by Hydra.
16
+
17
+ '
18
+ footer: 'Powered by Hydra (https://hydra.cc)
19
+
20
+ Use --hydra-help to view Hydra specific help
21
+
22
+ '
23
+ template: '${hydra.help.header}
24
+
25
+ == Configuration groups ==
26
+
27
+ Compose your configuration from those groups (group=option)
28
+
29
+
30
+ $APP_CONFIG_GROUPS
31
+
32
+
33
+ == Config ==
34
+
35
+ Override anything in the config (foo.bar=value)
36
+
37
+
38
+ $CONFIG
39
+
40
+
41
+ ${hydra.help.footer}
42
+
43
+ '
44
+ hydra_help:
45
+ template: 'Hydra (${hydra.runtime.version})
46
+
47
+ See https://hydra.cc for more info.
48
+
49
+
50
+ == Flags ==
51
+
52
+ $FLAGS_HELP
53
+
54
+
55
+ == Configuration groups ==
56
+
57
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
+ to command line)
59
+
60
+
61
+ $HYDRA_CONFIG_GROUPS
62
+
63
+
64
+ Use ''--cfg hydra'' to Show the Hydra config.
65
+
66
+ '
67
+ hydra_help: ???
68
+ hydra_logging:
69
+ version: 1
70
+ formatters:
71
+ simple:
72
+ format: '[%(asctime)s][HYDRA] %(message)s'
73
+ handlers:
74
+ console:
75
+ class: logging.StreamHandler
76
+ formatter: simple
77
+ stream: ext://sys.stdout
78
+ root:
79
+ level: INFO
80
+ handlers:
81
+ - console
82
+ loggers:
83
+ logging_example:
84
+ level: DEBUG
85
+ disable_existing_loggers: false
86
+ job_logging:
87
+ version: 1
88
+ formatters:
89
+ simple:
90
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
+ handlers:
92
+ console:
93
+ class: logging.StreamHandler
94
+ formatter: simple
95
+ stream: ext://sys.stdout
96
+ file:
97
+ class: logging.FileHandler
98
+ formatter: simple
99
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
100
+ root:
101
+ level: INFO
102
+ handlers:
103
+ - console
104
+ - file
105
+ disable_existing_loggers: false
106
+ env: {}
107
+ mode: RUN
108
+ searchpath: []
109
+ callbacks: {}
110
+ output_subdir: .hydra
111
+ overrides:
112
+ hydra:
113
+ - hydra.mode=RUN
114
+ task:
115
+ - reconstruction.pre_process.network=UnetRes
116
+ - reconstruction.post_process.network=UnetRes
117
+ - reconstruction.init_processors=Unet+U20+Unet_res0.01
118
+ - training.epoch=25
119
+ - reconstruction.init_post=False
120
+ - unrolled_output_factor=0.03
121
+ job:
122
+ name: train_unrolled
123
+ chdir: true
124
+ override_dirname: reconstruction.init_post=False,reconstruction.init_processors=Unet+U20+Unet_res0.01,reconstruction.post_process.network=UnetRes,reconstruction.pre_process.network=UnetRes,training.epoch=25,unrolled_output_factor=0.03
125
+ id: ???
126
+ num: ???
127
+ config_name: train_unrolledADMM
128
+ env_set: {}
129
+ env_copy: []
130
+ config:
131
+ override_dirname:
132
+ kv_sep: '='
133
+ item_sep: ','
134
+ exclude_keys: []
135
+ runtime:
136
+ version: 1.3.2
137
+ version_base: '1.3'
138
+ cwd: /home/bezzam/LenslessPiCam
139
+ config_sources:
140
+ - path: hydra.conf
141
+ schema: pkg
142
+ provider: hydra
143
+ - path: /home/bezzam/LenslessPiCam/configs
144
+ schema: file
145
+ provider: main
146
+ - path: ''
147
+ schema: structured
148
+ provider: schema
149
+ output_dir: /home/bezzam/LenslessPiCam/outputs/2024-01-29/20-08-48
150
+ choices:
151
+ hydra/env: default
152
+ hydra/callbacks: null
153
+ hydra/job_logging: default
154
+ hydra/hydra_logging: default
155
+ hydra/hydra_help: default
156
+ hydra/help: default
157
+ hydra/sweeper: basic
158
+ hydra/launcher: basic
159
+ hydra/output: default
160
+ verbose: false
.hydra/overrides.yaml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ - reconstruction.pre_process.network=UnetRes
2
+ - reconstruction.post_process.network=UnetRes
3
+ - reconstruction.init_processors=Unet+U20+Unet_res0.01
4
+ - training.epoch=25
5
+ - reconstruction.init_post=False
6
+ - unrolled_output_factor=0.03
eval_recon/0/0.png ADDED
eval_recon/0/1.png ADDED
eval_recon/0/2.png ADDED
eval_recon/0/3.png ADDED
eval_recon/0/4.png ADDED
eval_recon/1/0.png ADDED
eval_recon/1/1.png ADDED
eval_recon/1/2.png ADDED
eval_recon/1/3.png ADDED
eval_recon/1/4.png ADDED
eval_recon/10/0.png ADDED
eval_recon/10/1.png ADDED
eval_recon/10/2.png ADDED
eval_recon/10/3.png ADDED
eval_recon/10/4.png ADDED
eval_recon/11/0.png ADDED
eval_recon/11/1.png ADDED
eval_recon/11/2.png ADDED
eval_recon/11/3.png ADDED
eval_recon/11/4.png ADDED
eval_recon/12/0.png ADDED
eval_recon/12/1.png ADDED
eval_recon/12/2.png ADDED
eval_recon/12/3.png ADDED
eval_recon/12/4.png ADDED
eval_recon/13/0.png ADDED
eval_recon/13/1.png ADDED
eval_recon/13/2.png ADDED
eval_recon/13/3.png ADDED
eval_recon/13/4.png ADDED
eval_recon/14/0.png ADDED
eval_recon/14/1.png ADDED
eval_recon/14/2.png ADDED
eval_recon/14/3.png ADDED
eval_recon/14/4.png ADDED
eval_recon/15/0.png ADDED
eval_recon/15/1.png ADDED
eval_recon/15/2.png ADDED
eval_recon/15/3.png ADDED
eval_recon/15/4.png ADDED
eval_recon/16/0.png ADDED
eval_recon/16/1.png ADDED
eval_recon/16/2.png ADDED
eval_recon/16/3.png ADDED
eval_recon/16/4.png ADDED
eval_recon/17/0.png ADDED