133 dual_flow = true, |
133 dual_flow = true, |
134 prox_predict = true, |
134 prox_predict = true, |
135 handle_interrupt = true, |
135 handle_interrupt = true, |
136 init = :zero, |
136 init = :zero, |
137 plot_movement = false, |
137 plot_movement = false, |
138 # stable_interval = Set(), |
138 stable_interval = Set(0), |
139 stable_interval = union(Set(1:1500),Set(6000:7500)), |
|
140 ) |
139 ) |
141 |
140 |
142 const square = imgen_square((200, 300)) |
141 const square = imgen_square((200, 300)) |
143 const lighthouse = imgen_shake("lighthouse", (200, 300)) |
142 const lighthouse = imgen_shake("lighthouse", (200, 300)) |
|
143 |
|
144 const p_known₀_denoising = ( |
|
145 noise_level = 0.5, |
|
146 shake_noise_level = 0.025, |
|
147 shake = 3.0, |
|
148 α = 1.0, |
|
149 ρ̃₀ = 1.0, |
|
150 σ̃₀ = 1.0, |
|
151 δ = 0.9, |
|
152 σ₀ = 0.1, |
|
153 τ₀ = 0.01, |
|
154 # stable_interval = union(Set(1:1500),Set(6000:7500)), |
|
155 # stable_interval = union(Set(2000:4000),Set(8000:10000)), |
|
156 ) |
144 |
157 |
145 const p_known₀ = ( |
158 const p_known₀ = ( |
146 noise_level = 0.5, |
159 noise_level = 0.5, |
147 shake_noise_level = 0.05, |
160 shake_noise_level = 0.05, |
148 shake = 2, |
161 shake = 2, |
169 timestep = 0.5, |
182 timestep = 0.5, |
170 displacement_count = 100, |
183 displacement_count = 100, |
171 τ₀ = 0.01, |
184 τ₀ = 0.01, |
172 ) |
185 ) |
173 |
186 |
174 const p_known₀_denoising = ( |
|
175 noise_level = 0.5, |
|
176 shake_noise_level = 0.025, |
|
177 shake = 3.0, |
|
178 α = 1.0, |
|
179 ρ̃₀ = 1.0, |
|
180 σ̃₀ = 1.0, |
|
181 δ = 0.9, |
|
182 σ₀ = 0.1, |
|
183 τ₀ = 0.01, |
|
184 ) |
|
185 |
187 |
186 const experiments_pdps_known = ( |
188 const experiments_pdps_known = ( |
187 Experiment(Algorithm, DisplacementConstant, lighthouse, |
189 Experiment(Algorithm, DisplacementConstant, lighthouse, |
188 p_known₀_denoising ⬿ (phantom_ρ = 0,)), |
190 p_known₀_denoising ⬿ (phantom_ρ = 0,)), |
189 Experiment(Algorithm, DisplacementConstant, lighthouse, |
191 Experiment(Algorithm, DisplacementConstant, lighthouse, |