Skip to content
Snippets Groups Projects
Commit 5c1f9613 authored by Stephan Hilb's avatar Stephan Hilb
Browse files

rename convergence rate experiment

parent 241d2669
Branches
Tags
No related merge requests found
...@@ -4,5 +4,5 @@ const datapath = joinpath(@__DIR__, "..", "data") ...@@ -4,5 +4,5 @@ const datapath = joinpath(@__DIR__, "..", "data")
ctx = Util.Context(datapath) ctx = Util.Context(datapath)
ctx(experiment_pd-comparison, "pd-comparison") ctx(experiment_convergence_rate, "fem/convergence/rate")
ctx(experiment_optflow_middlebury_all, "fem/optflow/middlebury") ctx(experiment_optflow_middlebury_all, "fem/optflow/middlebury")
...@@ -851,7 +851,7 @@ function denoise_pd(st, img; df=nothing, algorithm, params_...) ...@@ -851,7 +851,7 @@ function denoise_pd(st, img; df=nothing, algorithm, params_...)
end end
function experiment_pd_comparison(ctx) function experiment_convergence_rate(ctx)
img = loadimg(joinpath(ctx.indir, "input.png")) img = loadimg(joinpath(ctx.indir, "input.png"))
#img = [0. 0.; 1. 0.] #img = [0. 0.; 1. 0.]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment