bezzam commited on
Commit
78ed824
1 Parent(s): 871a762

Upload 194 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.hydra/config.yaml ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 0
2
+ files:
3
+ dataset: /scratch/bezzam/celeba/celeba_adafruit_random_30cm_2mm_20231004_26K
4
+ celeba_root: /scratch/bezzam
5
+ psf: rpi_hq_adafruit_psf_2mm/raw_data_rgb.png
6
+ diffusercam_psf: true
7
+ n_files: null
8
+ downsample: 2
9
+ test_size: 0.15
10
+ vertical_shift: -117
11
+ horizontal_shift: -25
12
+ crop:
13
+ vertical:
14
+ - 0
15
+ - 525
16
+ horizontal:
17
+ - 265
18
+ - 695
19
+ torch: true
20
+ torch_device: cuda
21
+ test_idx:
22
+ - 0
23
+ - 1
24
+ - 2
25
+ - 3
26
+ - 4
27
+ eval_disp_idx:
28
+ - 0
29
+ - 1
30
+ - 2
31
+ - 3
32
+ - 4
33
+ display:
34
+ plot: true
35
+ gamma: null
36
+ save: true
37
+ reconstruction:
38
+ method: unrolled_admm
39
+ unrolled_fista:
40
+ n_iter: 20
41
+ tk: 1
42
+ learn_tk: true
43
+ unrolled_admm:
44
+ n_iter: 10
45
+ mu1: 0.0001
46
+ mu2: 0.0001
47
+ mu3: 0.0001
48
+ tau: 0.0002
49
+ pre_process:
50
+ network: null
51
+ depth: 2
52
+ nc: null
53
+ post_process:
54
+ network: null
55
+ depth: 2
56
+ nc:
57
+ - 32
58
+ - 64
59
+ - 128
60
+ - 256
61
+ trainable_mask:
62
+ mask_type: AdafruitLCD
63
+ initial_value: adafruit_random_pattern_20231004_174047.npy
64
+ grayscale: false
65
+ mask_lr: 0.001
66
+ L1_strength: false
67
+ train_mask_vals: true
68
+ train_color_filter: true
69
+ ap_center:
70
+ - 58
71
+ - 76
72
+ ap_shape:
73
+ - 19
74
+ - 25
75
+ rotate: 0
76
+ vertical_shift: -80
77
+ horizontal_shift: -60
78
+ slm: adafruit
79
+ sensor: rpi_hq
80
+ flipud: true
81
+ waveprop: false
82
+ scene2mask: 0.3
83
+ mask2sensor: 0.002
84
+ target: object_plane
85
+ simulation:
86
+ grayscale: false
87
+ output_dim: null
88
+ object_height: 0.33
89
+ flip: true
90
+ random_shift: false
91
+ random_vflip: false
92
+ random_hflip: false
93
+ random_rotate: false
94
+ scene2mask: 0.25
95
+ mask2sensor: 0.002
96
+ sensor: rpi_hq
97
+ snr_db: null
98
+ downsample: null
99
+ quantize: false
100
+ max_val: 255
101
+ training:
102
+ batch_size: 4
103
+ epoch: 25
104
+ eval_batch_size: 15
105
+ metric_for_best_model: null
106
+ save_every: 5
107
+ skip_NAN: true
108
+ crop_preloss: true
109
+ optimizer:
110
+ type: Adam
111
+ lr: 0.0001
112
+ slow_start: false
113
+ step: false
114
+ gamma: 0.1
115
+ loss: l2
116
+ lpips: 1.0
.hydra/hydra.yaml ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - trainable_mask.train_color_filter=True
116
+ - trainable_mask.train_mask_vals=True
117
+ - files.downsample=2
118
+ - training.batch_size=4
119
+ job:
120
+ name: train_unrolled
121
+ chdir: true
122
+ override_dirname: files.downsample=2,trainable_mask.train_color_filter=True,trainable_mask.train_mask_vals=True,training.batch_size=4
123
+ id: ???
124
+ num: ???
125
+ config_name: train_celeba_digicam_mask
126
+ env_set: {}
127
+ env_copy: []
128
+ config:
129
+ override_dirname:
130
+ kv_sep: '='
131
+ item_sep: ','
132
+ exclude_keys: []
133
+ runtime:
134
+ version: 1.3.2
135
+ version_base: '1.3'
136
+ cwd: /home/bezzam/LenslessPiCam
137
+ config_sources:
138
+ - path: hydra.conf
139
+ schema: pkg
140
+ provider: hydra
141
+ - path: /home/bezzam/LenslessPiCam/configs
142
+ schema: file
143
+ provider: main
144
+ - path: ''
145
+ schema: structured
146
+ provider: schema
147
+ output_dir: /home/bezzam/LenslessPiCam/outputs/2023-10-27/23-06-30
148
+ choices:
149
+ hydra/env: default
150
+ hydra/callbacks: null
151
+ hydra/job_logging: default
152
+ hydra/hydra_logging: default
153
+ hydra/hydra_help: default
154
+ hydra/help: default
155
+ hydra/sweeper: basic
156
+ hydra/launcher: basic
157
+ hydra/output: default
158
+ verbose: false
.hydra/overrides.yaml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ - trainable_mask.train_color_filter=True
2
+ - trainable_mask.train_mask_vals=True
3
+ - files.downsample=2
4
+ - training.batch_size=4
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
eval_recon/17/1.png ADDED