-
Hi,
Using proximal, with an odl operator, I was able to implement robust horn-shunck optical flow in just a few lines of code. Amazing!
```space = odl.uniform_discr([0, 0], image1.shape, imag…
-
**Symptom:** Refer to the Address sanitizer report below.
**Potential root cause:** is the segfault related to https://github.com/halide/Halide/issues/7606 ? I expect an runtime exception, not a s…
-
Dear Ralf Engbers ,
Thank you for the NMF code with all the 4 mechanisms. I am trying to run the code. I am unable to pass on the argument for the NMF code. I have attached the error of the console.…
-
We want to solve an inverse problem with a custom prior, so we created a new Functional with our prior as evaluation function. However, ADMM solver needs a proximal operator, but our prior is complica…
-
From what I understand, these examples start the post-HF calculation from a set of PBE orbitals. They proceed on a fairly large number of GPU nodes, yet they begin with a very expensive HF SCF which m…
-
I've setup synthetic image and blurred it with an anisotropic Gaussian kernel. I started off with using simple `ADMM` following the example [here](https://scico.readthedocs.io/en/stable/examples/decon…
-
Setting it up as a standalone question for making `PDHG` work with my simple deblur problem.
I've setup synthetic image and blurred it with an anisotropic Gaussian kernel. Now the optimization prob…
-
Background: https://github.com/jump-dev/Dualization.jl/issues/90 and a [discourse discussion](https://discourse.julialang.org/t/modifying-coefficient-of-quadratic-term-in-objective-function/51622)
…
-
I'm trying to solve an implementation of the space-"variant" deconvolution algorithm presented in [Flicker & Rigaut (2005)](https://doi.org/10.1364/JOSAA.22.000504) and reviewed [here](https://ujm.hal…
-
I tried to optimize a quadratic function over a PowerManifold whose submanifolds are a cluster of Stiefel manifolds.
```
###############################################################
# Riemmania…