-
Thank you for your great work! I have a question: Are neural operators suitable for solving inverse problems like image denoising?
-
I managed to get some of the basis inversions to work, but not all:
```julia
using FiniteDifferencesQuasi
using LinearAlgebra
using Test
R = FiniteDifferences(20,0.2)
R⁻¹ = pinv(R)
# # Actu…
jagot updated
5 years ago
-
In the 58th line of common/skeleton.py, the order of "l_hip, r_hip, sdr_r, sdr_l = face_joint_idx" is different from the comment "right hip, left hip, right shoulder, left shoulder", whether this wil…
-
I am trying to solve an inverse problem with the jaxpi package. How would I go about defining the trainable inverse parameter? Would I need to change the source code of the library?
-
I can't tell if this is an issue with the biolink-model or the toolkit, but I'm having issues retrieving inverse predicates for non-symmetrical predicates.
Previously (biolink-model 3.1.1, and may…
-
Hi all, sure you've seen my slack messages.
`Trixi.jl` has a great user interface and it's very flexible. However, anyone who is visiting the `Trixi.jl` page and is actually using it for research…
-
Dear Repository Maintainers,
I hope this message finds you well. I am a researcher focusing on computed tomography and machine learning.
I have been following the work related to the AAPM Grand …
-
I was wondering if ProbNumDiffEq can be used to solve forward and inverse problems in one go as described in the following paper?
https://arxiv.org/abs/2103.10153
Or is there a way to explicitly pre…
-
Dear authors,
Thanks for your great contribution to this field. Would you mind adding our work on zero-shot diffusion image restoration? Thanks a lot in advance!
Title: DMPlug: A Plug-in Method …
-
Hi MyoSuite team,
I'm learning how to use MyoSuite for biomechanical studies and musculoskeletal simulations and I was trying to adapt the Inverse dynamics tutorial to the MyoLeg model. I have probl…