diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-02-20 16:00:03 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-02-20 16:18:46 +0000 |
commit | c32da1d00b466c9f0a7954e057523e77f5f8354c (patch) | |
tree | 20e9f65a65d8fadcbcdad194a3fef3e7e10fbdf4 /Wrappers/Python | |
parent | ca7d8445bf2e094656ba010cf4cb30b9934a09c9 (diff) | |
download | regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.tar.gz regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.tar.bz2 regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.tar.xz regularization-c32da1d00b466c9f0a7954e057523e77f5f8354c.zip |
CPU demo updated
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/demo/test_cpu_regularizers.py | 6 |
1 files 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'], |