From c32da1d00b466c9f0a7954e057523e77f5f8354c Mon Sep 17 00:00:00 2001 From: Daniil Kazantsev Date: Tue, 20 Feb 2018 16:00:03 +0000 Subject: CPU demo updated --- Wrappers/Python/demo/test_cpu_regularizers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wrappers/Python/demo/test_cpu_regularizers.py b/Wrappers/Python/demo/test_cpu_regularizers.py index 1cac7b9..5908c3c 100644 --- a/Wrappers/Python/demo/test_cpu_regularizers.py +++ b/Wrappers/Python/demo/test_cpu_regularizers.py @@ -284,9 +284,9 @@ start_time = timeit.default_timer() pars = {'algorithm': ROF_TV , \ 'input' : u0,\ - 'regularization_parameter':0.07,\ - 'marching_step': 1.3,\ - 'number_of_iterations': 550 + 'regularization_parameter':1,\ + 'marching_step': 0.003,\ + 'number_of_iterations': 300 } rof = ROF_TV(pars['input'], pars['number_of_iterations'], -- cgit v1.2.3